.chromestyle{
	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{
	padding: 0px;
	margin: 0px;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #333366;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.chromestyle ul li a:hover{
}

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

tr.navBack {
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
.leftLine {
	width: 10px;
}
.rightLine {
	width: 10px;
}
.centerLine {
}


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

.dropmenudiv {
position:absolute;
top: 0;
margin-top: -4px;
border: 2px solid #445898; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
z-index:100;
background-color: #FFAE26;
width: 140px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
text-align: left;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #445898; /*THEME CHANGE HERE*/
padding: 3px 3px;
text-decoration: none;
color: #3C4C90;
font-weight: bold;
text-align: left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFD066;
	color: #3C4C90;
	font-weight: bold;
}

#chromemenu ul li img {
	padding-right: 15px;
}

