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


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;;
border: 0px solid #980E10; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0px;
font-family: Arial, Helvetica, sans-serif;
color: white;
font-size: 11px;
font-style: normal;
line-height:18px;
z-index:99999;
background-color: #3a3b3c;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #FDE8E9;
border-bottom: 1px solid #444546; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
color: white;
}

.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
color: white;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #575a5c;
color: white;
}


/* ######### Style for WHITE Menu BLOCK ######### */

.solidblockmenu{
margin: 0px;;
padding: 0px;
float: left;
font-family: Arial, Helvetica, sans-serif;;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
font-style: normal;
width: auto;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 12px;
text-decoration: none;
border-left: 1px solid;
border-bottom: 1px solid;
border-color:#666666;
/*width:48px;*/
text-align:center;
white-space:nowrap;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/themes/iCGstation/images/menu_hover_bg.gif) center center repeat-x;
}



/* ######### Style for YELLOW Menu BLOCK ######### */

.yellowsolidblockmenu{
margin: 0px;;
padding: 0px;
float: left;
font-family: Arial, Helvetica, sans-serif;;
color: #FFFC00;
font-size: 11px;
font-weight: bold;
font-style: normal;
width: auto;
}

.yellowsolidblockmenu li{
display: inline;
}

.yellowsolidblockmenu li a{
float: left;
color: #FFFC00;
padding: 5px 12px;
text-decoration: none;
border-left: 1px solid;
border-bottom: 1px solid;
border-color:#666666;
/*width:48px;*/
text-align:center;
white-space:nowrap;
}

.yellowsolidblockmenu li a:visited{
color: #FFFC00;
}

.yellowsolidblockmenu li a:hover, .yellowsolidblockmenu li .current{
color: #FFFC00;
background: transparent url(/themes/iCGstation/images/menu_hover_bg.gif) center center repeat-x;
}




<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->
