﻿.chromestyle{
width:auto;
font-weight: normal;
}

.chromestyle ul{
width:auto;
padding: 0px 0px 0px 0px;
margin: 0px;
text-align:left; 
float:left;/*set value to "left", "center", or "right"*/
}
.chromestyle ul ul{
width:auto;
top:0;
padding: 0px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;

}
.chromestyle ul li ul li{
display: inline;
}

.chromestyle ul li a{
padding:1px 3px 1px 3px;
margin: 0px 10px 0px 0px;
text-decoration: none;
float:left;
font:bold 0.77em Trebuchet MS;
line-height:17px;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;

z-index:100;
background-color:#FFFFFF;
font-weight:normal;
color:#000000;
width:120px;
visibility: hidden;
}
.dropmenudiv1{
position:absolute;
top: 0;
z-index:100;
background-color:#FFFFFF;
font-weight:normal;
color:#000000;
width:160px;
visibility: hidden;
}
.borderbot{border-bottom: 1px solid #EBEBEB;}

.dropmenudiv a{
width:120px;
background-color:#FFFFFF;
font-weight:normal;
color:#000000;
font:0.77em Trebuchet MS;
margin:0px 0px 0px 0px;
float:left;
padding:3px 0px 3px 3px;
}
.chromewholecont{width:950px; float:left; margin:0px; padding:8px 0px 0px 0px;}
.dropmenudiv1 a{


width:160px;
background-color:#FFFFFF;
font-weight:normal;
color:#000000;
font:0.77em Trebuchet MS;
margin:0px 0px 0px 0px;
float:left;
padding:3px 0px 3px 3px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:120px;
}
* html .dropmenudiv1 a{ /*IE only hack*/
width:160px;
}
.chromestyle li a:hover
{
	
text-decoration:none;
color: #ffffff;
background-color: #FF5A00;
}
.chromestyle li:hover,.menucont li:hover{background-color:#FF5A00; padding:0px; margin:0px;color: #ffffff;}
.dropmenudiv a:hover,.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color:#FF5A00;color: #ffffff;
}