/* ######### Chrome Main Menu Bar CSS ######### */

.chromemenu{
	width: 800px;
	font-weight: bold;
	font-size: 90%;
	height: 35px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	width: 800px;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../images/public/inside/bg_topnav-inside.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 35px;
	padding-top: 10px;
}

.chromemenu ul li{
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.chromemenu ul li a{
	color: #023A5B;
	margin: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.chromemenu ul li a:hover{
	background: url(../images/public/home/bg_topnav.jpg) center center repeat-x;
}

.chromemenu ul li a.selected{
	background: url(../images/public/home/bg_topnav.jpg) center center repeat-x;
}
