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


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
	width: 950px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

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

#chromemenu ul{
	width: 100%;
	background: url(../media/chromebg.png) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #FFF;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000;
	font-weight: bold;
}

#chromemenu ul li a:hover{
	background-image: url(../media/chromebg2.png);
	background-repeat: repeat-x;
	background-position: center;
}
