/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Arial;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 0px;
	visibility: hidden;
	background: url(../images/drop-down-bg.gif) repeat-y right top #555555;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	font: normal 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 195px; /*width of menu (not including side paddings)*/
	text-decoration: none;
	padding: 5px 15px 5px 25px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 205px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
	color: #FFF;
	background: url(../images/white-arrow2.gif) no-repeat 10px 12px;
	font-weight: bold;
}
.ddsubmenustyle li a:visited{

}

.ddsubmenustyle a.selected{
	color: #FFF;
}

li a.home
{
	background: url(../images/home-bg.gif) no-repeat left 0px !important;
}

li a:hover.home, li a.homeselected, li a:hover.homeselected
{
	background: url(../images/home-bg.gif) no-repeat left -52px !important;
}

li a.contact
{
	background: url(../images/home-bg.gif) no-repeat right 0px !important;
}

li a:hover.contact, li a.contactseleceted
{
	background: url(../images/home-bg.gif) no-repeat right -52px !important;
}

/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu 
{
	font: bold 12px Verdana;
	background: #414141; /*background of menu bar (default state)*/
	width: 995px;
	background: url(../images/mainNavBgRepet.gif) repeat-x;
	float: left;
        height: 39px;
}
*html .mattblackmenu 
{
	font: bold 12px Verdana;
}
	
.mattblackmenu ul{
	z-index:100;
	list-style-type: none;
	margin: 0px 0px;
	font: normal 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 100%;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:0px;
}

.mattblackmenu li{

	list-style: none;
	position: relative;
	display: inline;
	float: left;
}

.mattblackmenu li a{
	
	background: url(../images/main_nav_repet.gif) repeat-x bottom;
	text-decoration:none;
	color:#FFFFFF;
	display: block;
	padding: 12px 16px 12px 17px;
	/*right divider between tabs*/
        float:left;
        height: 14px;
        
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{
.mattblackmenu li a{
	
	background: url(../images/main_nav_repet.gif) repeat-x bottom;
	text-decoration:none;
	color:#FFFFFF;
	display: block;
	padding: 12px 16px 12px 17px;
	/*right divider between tabs*/
}
}
*html .mattblackmenu li a{
	display: inline-block;
	padding: 12px 17px 12px 17px;
	text-decoration: none;
 /*right divider between tabs*/
}
li.mainNavSelectMenu
{
	background: url(../images/main-nav-bg.gif) repeat-x 0px 0px;
	padding: 9px 5px 9px 20px;
	display: block;
}

.mattblackmenu li a:hover, li a.mainNavActive{
	
 /*background of tabs for hover state */
background: url(../images/main_nav_repet.gif) repeat-x top #555555;
	color: #FFF;
}
*html .mattblackmenu li a:hover, li a.mainNavActive{
background: url(../images/mainNavBgRepetHove.gif) repeat-x top #555555;
	color: #FFF;
}

.mattblackmenu a.selected{
	color: #FFF;
	background: url(../images/mainNavBgRepetHove.gif) repeat-x top #555555;

}
*html .mattblackmenu a.selected{
	color: #FFF;
	background: url(../images/mainNavBgRepetHove.gif) repeat-x top #555555;

}

li a.home
{
	background: url(../images/main-nav-home.gif) no-repeat 0px top !important;
	color: #FFF;
	font: normal 18px Arial, Helvetica, sans-serif;
	width: 100px;
	padding: 9px 0px;
	text-align: center;
}

*html li a.home
{
	padding: 9px 0px !important;
}

li a:hover.home, li a.homeActive
{
	background: url(../images/main-nav-home.gif) no-repeat 0px -44px !important;
}
