/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.chromemenu{
width: 99%;
font-weight: normal;
font-size: 100%;
}

.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%;
padding: 0;
margin: 5px 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #666;
padding: 0 5px;
margin: 0;
margin-right: 1px;
text-decoration: none;
border-right: 1px dashed #DADADA;
line-height: 20px;
}
.chromemenu ul li.lastone a{
	border-right: none;
}
.chromemenu ul#contactmenu {
	font-weight: bold;
}
.chromemenu ul li a:hover{
border-bottom: 2px solid #ccc;
}
.chromemenu ul li a.on{
border-bottom: 2px solid #ccc;
}


