/* CSS Document */
/* Menu Css Starts  */
.chromestyle{
	padding:0;
	margin:16px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	padding:0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle .first { background:none;}

.chromestyle ul li{
	float:left;
	padding:0px;
	margin:0 5px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.chromestyle ul li a{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	margin:0px 7px;
	padding:0 0 0 0px;
	text-align: center;
	cursor: pointer;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;	
}

.chromestyle ul li a font{	
	display: block;
	padding:0 10px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold; 	
	}
	
.chromestyle ul li a:hover {
	color:#ffffff;
	margin:0px 7px;
	padding:0 0 0 0px;
	background: url(../images/hover-left.gif) no-repeat top left; /*left tab image path*/
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff;
	margin:0px 7px;
	padding:0 0 0 0px;
	background: url(../images/hover-left.gif) no-repeat top left; /*left tab image path*/
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff;
	margin:0px 7px;
	padding:0 0 0 0px;
	background: url(../images/hover-left.gif) no-repeat top left; /*left tab image path*/
}

.chromestyle ul li a.selected font{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#222;
	margin:0px 0px;
	padding:0 10px;
	background: url(../images/hover-right.gif) no-repeat top right; /*left tab image path*/
}

.chromestyle ul li a:hover font{
	color:#222;
	background:url(../images/hover-right.gif) no-repeat top right; /*right tab image path*/
}

.hover{
	color: #ffffff;
	background: url(../images/hover-left.gif) no-repeat top left; /*left tab image path*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
}

.hover font{
	color:#222;
	line-height:25px;
	display:block;
	background: url(../images/hover-right.gif) no-repeat top right; /*right tab image path*/
}

.menubar li a:hover font{
	color:#222;
	line-height:25px;
	display:block;
	background: url(../images/hover-right.gif) no-repeat top right; /*right tab image path*/
}
		
.drop-ul  {
	margin:0;
	padding:0;
	list-style:none;
	background:#fbfff8;
	}
	
.drop-ul li  {
	float: none;
	display:list-item;
	line-height:27px;
	border-bottom:#fff solid 1px; 
	}
		
.sub-ul {
	border:#fff solid 1px; 	
	background:#ffffff;
	width: 200px;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}

.sub-ul li { 
	display:block; 
	border-bottom:1px solid #ECECEC;
	 }	
		
.sub-ul li a {
	color:#222;
	text-decoration:none;
	padding: 0 6px 0 6px;
	font-weight:normal;
	display:block;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.sub-ul li a:hover {
	background:#ECECEC;
	color:#222; 	display:block;

	}
/* Menu Css Ends  */


