@charset "utf-8";
/* CSS Document */

.chromestyle{
	width: 59.55em;
	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{
	width: 59.55em;
	margin: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #cf67a3;
	background-image: url(../images/Menu_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cf67a3;
	border-right-color: #cf67a3;
	border-bottom-color: #cf67a3;
	border-left-color: #cf67a3;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000;
	margin: 0;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .01em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cf67a3;
	font-size: 16px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../images/Menu_bg-over.png);
	background-color: #cf67a3;
}

/* ######### 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: #DE98C0;
	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: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

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