.grid {
	border: solid #999;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	padding: 10px;
	background-color:#fff;
}

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: right;
font-size: 80%;
font-weight: bold;
width: 516;
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(image/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid #01248A;
padding-bottom: 0;
}

/* service menu start here */
A.menulink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #6B737E;
	font-weight: bold;
	padding-top:3px;
	display: block;
	width: 511px;
	height: 23px;
	BORDER: none;
	text-decoration: none;
}
A.menulink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #FFF;
	font-weight: bold;
	BORDER: none;
	background-color:#B9A2B9;
	text-decoration: none;
}
/* service menu end here */
.HeaderTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}	
.NormalBlackTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	text-decoration: none;
}
/* ######### bottom tab menu start here ######### */
.shadetabs{
	padding: 0 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	background-color:#FFF;
}

.shadetabs li{
	margin: 0;
	border: solid #999;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;
	border-top: 0px;
}

.shadetabs li a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #6B737E;
	font-weight: bold;
	padding-top:5px;
	display: block;
	height: 23px;
	text-decoration: none;
}

.shadetabs li a:visited{
	color: #6B737E;
}

.shadetabs li a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #FFF;
	font-weight: bold;
	background-color:#EBB617;
	text-decoration: none;
}

.shadetabs li.selected{
	color: #FFF;
	background-color:#EBB617;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #6B737E;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.contentstyle{
}
/* ######### end of tab menu ######### */


/* ######### drop down menu start here ######### */

.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE */
padding: 1px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 0px 7px;
padding-right:20px;
margin: 0;
border-right: 0px solid #CCC;
}

.chromestyle ul li a:hover{
text-decoration: none;
background-color: none;

/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE */
}

.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;
font-size:90%;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #F0F0F0;
width: 350px; 
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 #fff; THEME CHANGE HERE */
padding: 3px 0;
padding-left: 3px;
padding-right: 3px;

text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ccc;
text-decoration: none;
}
/* ######### End of Drop Down Menu ######### */

