.chromestyle{
	width: 900px;
	margin-left:auto;
	margin-right:auto;

}

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

.chromestyle ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../i/slantdivider.gif) top right no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a.visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: transparent url(../i/slantdivider.gif) top right no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
display:inline;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-top-width: 0;
font-family:tahoma, verdana, "lucida sans", sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
background-color: white;
width: auto;
visibility: hidden;
}

.dropmenudiv ul{
text-indent: 0px;
margin: 0;
background-color: #e0e0e0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.dropmenudiv ul li{
display: inline;
}

.dropmenudiv ul li a{
width:auto;
color: #494949;
padding-right: 25px;
text-decoration: none;
background: transparent url(../i/slantdivider.gif) top right no-repeat;
}
.dropmenudiv ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: transparent url(../i/slantdivider.gif) top right no-repeat; /*THEME CHANGE HERE*/
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
display:inline;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-top-width: 0;
font-family:tahoma, verdana, "lucida sans", sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
background-color: white;
width: auto;

}

.dropmenudiv1 ul{
text-indent: 0px;
margin: 0;
background-color: #e0e0e0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.dropmenudiv1 ul li{
display: inline;
}

.dropmenudiv1 ul li a{
width:auto;
color: #494949;
padding-right: 25px;
text-decoration: none;
background: transparent url(../i/slantdivider.gif) top right no-repeat;
}
.dropmenudiv1 ul li a:hover, { /*script dynamically adds a class of "selected" to the current active menu item*/
background: transparent url(../i/slantdivider.gif) top right no-repeat; /*THEME CHANGE HERE*/
}


* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}


