@charset "UTF-8";
/* CSS Document */

/* ######### Top Nav ######### */

.theMenu ul{
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
list-style-type: none;
background: #414141;
overflow: hidden;
text-transform:uppercase;
background:url(grafx/bgs/nav_bg.gif) repeat-x top left;
border-left:1px solid #606060;
}

.theMenu li{
display: inline;
margin: 0;
}

.theMenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 14px 22px 0px 17px; /*padding inside each tab*/
color: #e9e9e9;
height:27px;
border-right:1px solid #606060;
border-left:1px solid #262626;
}

.theMenu li a:visited{
color: #fff;
}

.theMenu li a:hover{
background:url(grafx/bgs/nav_bg_over.gif) repeat-x top left;
color:#fff;
border-right:1px solid #248946;
border-left:1px solid #248946;
}

.theMenu a.selected{
background:url(grafx/bgs/nav_bg_over.gif) repeat-x top left; /*background of tab with "selected" class assigned to its LI */
color:#fff;
border-right:1px solid #248946;
border-left:1px solid #248946;
}


.menuActive {
background:url(grafx/bgs/nav_bg_over.gif) repeat-x top left;
color:#fff;
}


/* ######### Sub Nav CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 234px; /*width of menu (not including side paddings)*/
color: #a3a3a3;
background-color: #5f5f5f;
text-decoration: none;
padding: 4px 6px;
border-bottom: 1px solid #7d7d7d;
}

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

.ddsubmenustyle li a:hover{
background-color: #484848;
color: #fff;
}



.subSub ul{ /*topmost and sub ULs, respectively*/
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100;
}

.subSub li a{
display: block;
width: 243px; /*width of menu (not including side paddings)*/
color: #888888;
background-color: #484848;
text-decoration: none;
padding: 4px 6px;
border-bottom: 1px solid #515151;
}

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

.subSub li a:hover{
background-color: #47aa42;
color: #fff;
}

/* ######### Neutral CSS  ######### */

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

.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;
}