#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #000066;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #ff0000;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}

A:visited  {color: #000066; text-decoration: none}
A:link  {color: #000066; text-decoration: none}
A:hover   {color: #ff0000; text-decoration: none}

A.articles:visited  {color: #000066; text-decoration: underline}
A.articles:link  {color: #000066; text-decoration: underline}
A.articles:hover   {color: #ff0000; text-decoration: underline}

.CubeTitle{BACKGROUND-COLOR:#99CCFF;FONT-SIZE: 12px; FONT-FAMILY: Verdana;FONT-WEIGHT: bold;}
.CubeTitleSmall{BACKGROUND-COLOR:#99CCFF;FONT-SIZE: 9px; FONT-FAMILY: Verdana;FONT-WEIGHT: bold;}
.CubeInner{BACKGROUND-COLOR:#E4EEFF;FONT-SIZE: 12px; FONT-FAMILY: Verdana;}
.CubeLine{BACKGROUND-COLOR:#0C80D0;FONT-SIZE: 12px; FONT-FAMILY: Verdana;}
.CubeTdRight {BORDER-RIGHT: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdLeft {BORDER-LEFT: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdLeftRight {BORDER-LEFT: #0C80D0 0.5pt solid;BORDER-RIGHT: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdBottom {BORDER-BOTTOM: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdBottomLeftRight{BORDER-LEFT: #0C80D0 0.5pt solid;BORDER-RIGHT: #0C80D0 0.5pt solid;BORDER-BOTTOM: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdBottomLeft{BORDER-LEFT: #0C80D0 0.5pt solid;BORDER-BOTTOM: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdBottomRight{BORDER-RIGHT: #0C80D0 0.5pt solid;BORDER-BOTTOM: #0C80D0 0.5pt solid;padding-right: 2px;padding-left: 2px;}
.CubeTdTop {BORDER-TOP: #0C80D0 0.5pt solid;}

textarea {font-family:verdana,arial,helvetica;font-size:9pt;border:ridge 2px ;height:60px;}
INPUT{FONT: 9pt Verdana; border-style:ridge;border-width:2px;}
select {font-family:verdana,arial,helvetica;font-size:8pt;border:1px groove black;}

