.chromestyle{

font-weight: bold;
/*vertical-align:middle;*/
text-align:left;
}
.chromestyle2{

font-weight: bold;
/*vertical-align:middle;*/
text-align:left;
}
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle2:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 610px;
margin-top: 0px;
margin-left:-40px;
text-align:left;
}
.chromestyle2 ul{
width: 200px;
margin-top: 0px;
text-align:right;
}
.chromestyle ul li{
display: inline;
}
.chromestyle2 ul li{
display: inline;
}
.chromestyle ul li a{
color:White;
padding: 2px 3px;
margin: 0;
text-decoration:none;
text-align:left;
}
.chromestyle ul li a:hover{
color: #FF0099;
/*text-decoration: underline;*/
font-size: 11px;
font-family: Tahoma;
/*text-transform: uppercase;*/
}
.chromestyle2 ul li a{
color:White;
padding: 2px 3px;
margin: 0;
text-decoration:none;
text-align:left;
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; 
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #7B2983;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #C530D2;
}

a.mainlink:link {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	/*text-transform: uppercase;*/
	font-weight:bold;
}
a.mainlink:visited {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	/*text-transform: uppercase;*/
}
a.mainlink:hover {
	color: #FF0099;
	/*text-decoration: underline;*/
	font-size: 11px;
	font-family: Tahoma;
	/*text-transform: uppercase;*/
}
a.mainlink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	/*text-transform: uppercase;*/
}
a.sublink
{
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	text-align:left;
	/*text-transform: uppercase;*/
	font-weight:bold;
}
a.sublink2
{
	color: #FF0099;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	text-align:left;
	/*text-transform: uppercase;*/
	font-weight:bold;
}