

.chromestyle{
	font-weight: bold;

	padding: 0px;
	/*height:20px;
*/
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
/*	padding-left:10px;
*/}

.chromestyle ul{
	border:0px;
	margin:0px !important;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-left:0px !important;
	font-size: 14px;
}

.chromestyle ul li{
	border:0;
	margin-left:63px;/* this 4 space bw menu*/
	display: inline;
	font-size: 14px;
/*padding-left:10px;
*/
}

.chromestyle ul li a{
	background-color:#cfe2ef;
	margin: 0px;
	color:#3566CC;
	padding-left: 0px;
	padding-right:0px;
	text-decoration: none;
	font-size: 14px;
}

.chromestyle ul li a:hover{
	background-color:#bbcceb;
/*	padding-left:10px;
*/}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
/*	padding-left:10px;
*/}
.test {
 }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family: Latha,SHREE_TAM_OTF_0802;
font-size:14px !important;
/*white-space:nowrap;*/
color:#020f90;
text-decoration:none;
position:absolute;

top: 0;
border: 1px solid #bbcceb; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font-family:Latha,SHREE_TAM_OTF_0802;
/*font-family:kumudam,TheneeUniTx,TSCu_InaiMathi, TSCu_InaiKathir, TSCu_ArulMathi, SooriyanDotCom, Latha;*/
display: block;
text-indent: 3px;
border: 1px solid #bbcceb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#020F90;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bbcceb;
}

