@charset "utf-8";
/* CSS Document */
.nav {
	float: left;
	position: absolute;
	top: 6px;
	left: 210px;
	/*min-width: 600px;*/
}
.nav ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.nav li{
display: inline;
margin:0 12px 0 0;
padding:0;
height:22px;
}

.nav a{
float: left;
display: block;
text-decoration: none;
padding:0 9px;/*padding inside each tab*/
color: #968e8e;
height:22px;
/*margin:0 10px 0 0;
padding:4px 3px 0px 3px;*/
}

.nav a:hover{
color: #dadada;
height:22px;
background: transparent url("../images/btn_over.gif") repeat-x;
background-position: 0 -5px;
/*background: black; background of tabs for hover state */
}

.nav a.selected{
color: #dadada;
height:22px;
background: transparent url("../images/btn_over.gif") repeat-x;
background-position: 0 -5px;
/*background: black; background of tabs for hover state */
}

/* hide from Mac IE5 \*/
.nav a span {float:none;}
/* end hack */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin:0;
padding:0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color:#e2e2e2;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li a{
display: block;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
width: 110px; /*width of menu (not including side paddings)*/
color: #706767;
background-color: #e2e2e2;
text-decoration: none;
padding: 3px 4px;
border-bottom: 1px solid #efefef;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 110px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover{

background-color: #ff6600;
color: #ffffff;
}
.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;
}
