﻿#chromemenu {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 24px;
	background-image:url('../images/topmenu.gif')
}

#chromemenu ul li a {
	padding: 0px 1em;
	/*font-family: verdana, arial, sans-serif;*/
	font-size: 14px;
	color: #EAE2D5; 
	border-right: 0px solid #EAE2D5;
	text-decoration: none;
	
}
/*this*/

.dropmenudiv{
	position:absolute;
	margin-top: 0px;
	margin-left: -4px;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	/*font:normal 10px Verdana;*/
	line-height:12px;
	z-index:100;
	background-color:  #FFFFCC;
	width: 250px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
	padding: 6px 6px;
	text-decoration: none;
	color: black;
}

.chromestyle{
width: 100%;
/*font-weight: bold;*/
background:#333333;
color:white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.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{
display: inline;
}

.chromestyle ul li a{
color: #494949;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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*/
}


/* ######### Style for Drop Down Menu ######### */
/*

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}