

/*******************style for inline menus*****************s*/

.chromestyle{
	margin:0px auto;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}
 
.chromestyle ul{
	
	width: 100%;
	background: url(../img/chromebg.gif) center center repeat-x;
	padding: 4px 0px;
	margin: 0px;
	text-align: center; 
	font-family: tahoma, arial;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}
 
.chromestyle ul li{
	color: #333333;
	display: inline;
	font-family: tahoma, arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
 
.chromestyle ul li a{
	color: #333333;
	padding: 4px 7px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #beddf4;
	font-family: tahoma, arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
 
.chromestyle ul li a:hover{
	color: #006699;
	background: url(../img/chromebg-over.gif) center center repeat-x;
	font-family: tahoma, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.chromestyle ul li#down ul { 
	display:none;
}

.chromestyle ul li#down{
	position:relative;
}

.chromestyle ul li#down:hover ul {
	position:absolute;
	display:block;
	left:0px;
	top:15px;
	text-align:left;
} 

.chromestyle ul li#down ul li{
	color: #575757;
	width: 110px;
	display: block;
	border-bottom: 1px solid #40BBD9; 
	padding: 2px 0px;
	margin:0px;
	border: 1px solid #40BBD9;
	line-height:10px;
	background-color: #ebefff;
	font-weight: normal;
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-indent: 3px;
	text-align:left;
	z-index:100;
}
 
/* ######### Style for Drop Down Menu ######### */
 #dropmenu
 {
	 display:none;
	 position:absolute;
 }
.dropmenudiv{
	color: #333333;
	display: block;
	z-index:100;
	background-color: #ebefff;
	text-align:left;
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	
}

.dropmenudiv a{
	color: #575757;
	width: auto;
	display: block;
	text-indent: 3px;
	text-align:left;
	border-bottom: 1px solid #40BBD9; 
	padding: 2px 0px;
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma, arial;
	font-size: 11px;
}

.dropmenudiv a:hover{ 
	color: #006699;
	background-color: #beddf4;
	font-family: tahoma, arial;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
}

