.stylMenu{
width: 99%;
font-weight: bold;
font:Franklin Gothic Medium;
}

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

.stylMenu ul{
border: none; /*5px solid #FFF;*/
width: 100%;
background: transparent; /*url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.stylMenu ul li{
display: inline;
}

.stylMenu ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.stylMenu ul li a:hover, .stylMenu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('images/menu-over.gif') center center repeat-x; /*THEME CHANGE HERE*/
color: 	#f1f1f1;
}
