﻿.chromestyle{
	width: 565px;
	font-weight: bold;
	position:relative;
	top:48px;
	font-size:medium;
	right:0px;
	margin-right:3px;
	float:right;
}

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

.chromestyle ul{
	border: 1px solid #bbbbbb;
	width: 567px;
	background-image:url('../images/bu2.gif');
	background-repeat:repeat-x;
	padding:4px 0px 4px 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	border:0 black none;
}

.chromestyle ul li{
	display: inline;
	margin-right:1px;
}

.chromestyle ul li a{
	color: #eeeeee;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image:url('../images/bu1.gif');
	color: yellow;
	background-repeat:repeat-x;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
line-height:18px;
z-index:100;
background-color:#f5f5f5;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#EAEAEA,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #494949;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c0c0c0;
color: #bb0000;
}