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

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

#chromemenu{
/*width: 100%; */
	width: 845;
	font-weight: bold;
	font-size: 14px;

/* font-weight: bold; */
/* font-size: 90%; */
}

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

#chromemenu ul{
	border: 1px solid #BBB;
	/* width: 100%; */
	width: 845;
	background: url(media/menu_d.gif) center center repeat-x;
	margin: 0;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
/*	margin-bottom: 5; */
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #000000;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#chromemenu ul li#Last a{
	color: #000000;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

#chromemenu ul li a:hover{
/*	background-color:#efefef; */
	background-color:#CCCCCC;
/*	background: url(media/menu_d_hover.gif) center center repeat-x; */
}
