#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: 0px solid #BBB;
	width: 100%;
	background: url(chrometheme/chromebg.gif) center center repeat-x; /*Theme Change here*/
	margin-left: 25px;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 11px Verdana;
	text-align: center; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


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

}

#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 11px Verdana;
line-height:16px;
z-index:100;
background-color: white;
width: 195px;
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}

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

.CubeInner{FONT-SIZE: 10px;FONT-WEIGHT: bold; FONT-FAMILY: Verdana;}
.checkbox{width:20px; border-width:0px;}
textarea {font-family:verdana,arial,helvetica;font-size:9pt;border-width:0px;width:120px;height:60px;BACKGROUND-COLOR:#fafdff}
INPUT{FONT: 9pt Verdana; width:120px; border-width:0px;}
select {font-family:verdana,arial,helvetica;font-size:9pt;border:0px groove black;BACKGROUND-COLOR:#fafdff}
.copysmall {font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
color:000066;
line-height:130%;
}
.copy {
	color:000066;
	line-height:130%;
}
.copysmall {font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
color:000066;
line-height:130%;
}
h1 {
	font-size: 20px;
	color: #003366;
}
.tit_3 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

#content .tit_2 {
	font-size: 14px;
	color: #006699;
}
