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

.chromestyle{
width: 600px;
position: relative;
z-index: 1;
}

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

.chromestyle ul{
width: 600px;
padding: 0px 0px 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-indent: 15px;
padding: 0;
margin: 0;
}

.nopad {
padding: 0px 0px 0px 0px;
	}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
}

.chromestyle ul li a{
color: #4d4d4d;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
padding: 3px 5px 3px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:visited {
text-decoration: none;
color: #4d4d4d;
}

.chromestyle ul li a:hover{
text-decoration: none;
color: #FAA635;
background-color: #F9F9F9;
}

.chromestyle ul li a:active {
text-decoration: none;
color: #FAA635;
background-color: #F9f9f9
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif
	line-height:16px;
	z-index:999;
	background-color: #ffffff;
	background: #ffffff url(../images/2009/background/nav-bg.jpg) bottom repeat-x;
	width: 500px;
	visibility: hidden;
	text-align: left;
	color: #FFFFFF;
	height: auto;
	margin-top: -2px;
	border: #F9f9f9 1px solid;
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 15px;
padding: 5px 0;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
text-align: left;
}

.dropmenudiv table {
		background: #ffffff url(../images/2009/background/nav-bg.jpg) bottom repeat-x;
	}
	
.dropmenudiv table dl dt {
		background-color: #f9f9f9;
		color: #4d4d4d;
		}

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

.dropmenudiv a:link,a:visited{
color: #4e4e4e;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #faa635;
}
