/*** ddlevelsmenu-base.css ***/


/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
/*border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
text-align:left;
}

.ddsubmenustyle
{
opacity: 0.92;
-moz-opacity:0.92;
/*filter: alpha(opacity=92);*/
}

.ddsubmenustyle li a{
display: block;
/*width: 170px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #959CAE;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #6a6a6a;
font-size:11px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
/*width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #6a6a6a;
color: white;
}

/* ######### 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;
}




/*** ddlevelsmenu-topbar.css ***/


/* ######### Uber Round Menu CSS ######### */

.ddsubmenustyle li
{
  padding:0;
  margin:0;
  line-height:18px;
}

/* CLS - 2009-05-05 - add a thin grey line between 1st-level and 2nd-level menus */
.ddsubmenustyle li > ul
{
  border-left:1px solid #dadada;
}
    
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
border-bottom: 8px solid #959CAE; /*underline that runs across bottom of tabs*/
}

.ubercolortabs ul{
/*font: 12px Verdana, Arial, sans-serif;*/
margin: 0;
padding: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.ubercolortabs a{
float: left;
color: #6a6a6a;
background: #dadada url(color_tabs_left.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 8px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(color_tabs_right.gif) no-repeat right top; /*right corner image*/
padding: 4px 14px 2px 7px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}

.ubercolortabs a:hover, .ubercolortabs li a.selected{
background-color: #959CAE; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}
