.chromestyle
{
background:url(../../images2/bg-menu.jpg) repeat-x ;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left:20px;
line-height:47px;
}
.login-bt{position:absolute; width:170px;height:20px;right:10px; bottom:10px;padding:10px 20px; background-color:#1e6597; opacity:0.5; filter:alpha(opacity=50);}
.login-bt:hover{position:absolute; width:170px;height:20px;right:10px; bottom:10px;padding:10px 20px; background-color:#1e6597; opacity:1; filter:alpha(opacity=100);}


.chromestyle ul
{
height:47px;
padding:0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}
.height-auto{ min-height:400px; height:auto !important; height:400px;}
.chromestyle ul li
{
height:47px;
display: inline;
float:left;
}

.chromestyle ul li a{
 color:#FFFFFF; 
 font-weight:bold; 
 text-transform:capitalize; 
 text-align:center; 
 float:left; 
 padding:0 20px 13px 20px;
 _padding:0 20px; 
 text-decoration:none; 
 height:34px;
}

.chromestyle ul li a:hover
{
text-decoration:none;	
color:#ebebeb;
background:url(../../images2/menu_hover.jpg) /*THEME CHANGE HERE*/
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana bold;

line-height:18px;
z-index:100;
background-color: #171717;
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: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background:url(../../images2/menu_hover.jpg);
}

.ps_star3{position:absolute; top:0px; right:-10px;}
.asterisk, .red{font-family:tahoma; font-size:12px; font-weight:normal; color:Red;
}
