body{  margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
	
.chromestyle{
	font-family:Arial;
	font-size:12px;
	text-transform:normal;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
background: url(../../images/BG/grey/../6.jpg) center center repeat-x; 
background-color: #ffffff;/*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #6699CC;
padding: 4px 10px;
margin: 0;
font-family: arial; 
font-weight: bold;
font-size: 13px;
text-decoration: none;
border-right: 1px solid #cccccc; /*THEME CHANGE HERE*/
}

.chromestyle ul li a.selected{ /*selected main tab style */
color: #99cc00;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
background: url(../../images/BG/grey/6-h.jpg) center center repeat-x;
color:#cccccc;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #7D7544; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:15px;
z-index:100;
background-color: #F8F8EF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #494949; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
color:#000000;
}


---top1---
.top1{ font-size:10px; width: 100%;}

.top1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.top1 ul{
border: 0px solid #BBB;
width: 100%;padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.top1 ul li{
display: inline;
}

.top1 ul li a{
color: #005599;
font-size:10px;
font-weight:bold;
text-transform:normal;
padding: 1px 5px;
margin: 0;
text-decoration: none;
border-left: 1px solid #999; /*THEME CHANGE HERE*/
}

.top1 ul li a:hover, .top1 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
background-color:#F8F8EF;
color:#494949;
}

	/*----- hdbm------*/
.hdbm{
font-family: tahoma;
font-size:9px;
color: #ffffff;
background-color:#;
}
.hdbm a {
color: #EAF4FF;
font-size:11px;
text-decoration:none;
}
.hdbm a:visited {
}
.hdbm a:hover {
	color: #990000;
background-color: #E8EFF7;
}
.btitle{
	font-weight:bold;
font-size:11px;
color:#000;
padding:0.1em 5px;
}



