/*.chromestyle {float:left; width:950px; height:40px;
	padding:0px 0px 0px 0px;
 }
*/


.chromestyle{
width: 99%;
font-weight: bold;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {float:left center; width:950px;
	margin:0px;
	padding:1px 0px 0px 0px;
}
/*
.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/menubg.gif) center center repeat-x; /*THEME CHANGE HERE
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"
}
*/

.chromestyle ul li {
	display:block; float:left; width:150px;
	background:url(../images/menubg.jpg) left top repeat-x;
    /*background-color: #1960a2; */
	list-style:none; text-align:center;
	padding:7px 0px 0px 0px; height:23px;
	margin:0px 1px 0px 0px;
}

/*
.chromestyle ul li{
display: inline;
}

*/
/*
.chromestyle ul li a{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
*/

.chromestyle ul li a{
/*color: #494949; */
/*font:12px Arial, Helvetica, sans-serif; */
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA; */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
display:block; float:left center; /*width:104px; */
/*background: url(../images/chromebg-over.gif) center center repeat-x; height:23px; /*THEME CHANGE HERE*/
background: url (../images/menubg.jpg) center center repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:23px;
z-index:100;
background-color: white;
/*background: url(images/chromebg.gif) center center repeat-x;*/
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
/*background: url(../images/chromebg2.gif) center center repeat-x;*/
background-color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
height: 40px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
background: url(../images/chromebg2-over.gif) center center repeat-x;
}