.mainmenustatic
{
	width: 744px;
	height: 30px;
	height: 29px;
	font-weight: bold;

	text-decoration:none;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width: 100%;
	background-color:#FFFFFF;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	border-left: 1px dashed #B3B3B3;
}

.mainmenustaticitem
{
	text-decoration:none;
	display: inline;
	padding: 5px 4px; 
	text-align: center;

	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
	margin: 0;
	border-right: 1px dashed #B3B3B3;
}

.mainmenustatichover
{
	text-decoration:none;
	text-align: center;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
	padding: 5px 4px; 
	margin: 0;
	border-right: 1px dashed #B3B3B3;
}

.mainmenudynamic
{

}

.mainmenudynamicitem
{
	font:normal 12px Verdana;
	text-align:left;
	color:#4D4D4D;
}

.fix{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding: 4px 4px; /*second value changes horizontal spacing*/
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #20385e;

}


.chromestyle{
width: 744px;
height: 30px;
height: 29px;
font-weight: bold;
}

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

.chromestyle ul{
text-decoration:none;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
width: 100%;
background-color:#FFFFFF;
/*background: url(images/menuBg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
text-decoration:none;
display: inline;
padding: 4px 5px; 
text-align:center;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited { 
text-decoration:none;
text-align:center;
color:#4D4D4D;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:12px;
padding: 5px 4px; /*second value changes horizontal spacing*/
padding-right:18px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #B3B3B3;
}




.chromestyle ul li a:hover, .chromestyle ul li a:active { 
text-decoration:none;
text-align:center;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:12px;
padding: 5px 4px; /*second value changes horizontal spacing*/
padding-right:18px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #B3B3B3;
/*background: url(images/menuBgOver.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle .home {

text-align: left;
}

.chromestyle ul li a[rel]: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;
margin-left:-12px;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
/*background-color: #000000;*/
width: 200px;
visibility: hidden;
text-align:left;
/*
	filter:alpha(opacity="60");
	opacity: 0.6;
	-moz-opacity:0.6;
	
*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
/*Add Shadow in IE. Remove if desired*/
}

.translucentbkg {
   width: 220px;
   background-image: url(/Image/bg.png) !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #000000;                          /* IE only */
/*   filter:alpha(opacity=50);  */                         /* IE only */
   }

.opaquetext { position: relative; }


object {z-index:1;}

.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 13px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color: #FFFFFF;
/*
	filter:alpha(opacity="100");
	opacity: 1.0;
	-moz-opacity: 1.0;
	position:relative;
	*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF0000;
}