body{
	width: 100%;
	background-color: transparent;
}

div.buttons{
	float:right;
	width: 130;
	height: 100%;
	text-align: right;
	padding: 0;
	}



.chromestyle{
width: ;
font-weight:;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:;
width: 60%;
background:;
padding-left: 40px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: ;
padding:;
margin: 0;
text-decoration: none;
border-right:;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: ; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #ddddd5;
width:90%;
visibility: hidden;
font-family: halvetica, arial;
font-size: 13;
text-align: center;
}


.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;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 90%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c2bdae;
}
