﻿.chromestyle{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	display:block;
	float:right;
	}

.chromestyle ul{
	margin: 0;
	padding:0;
	float:right;
	}

.chromestyle ul li{
	display:block;
	float:left;
	padding:0;
	margin:0px;
	list-style-type:none;
	}
.chromestyle ul li.last{
	margin-right:0;
}
.chromestyle ul li a, .chromestyle ul li a:visited{
	margin: 8px 8px 8px 0;
	padding: 3px 8px;
	display: block;
	color: #000000;
	font-size: 13px;
	line-height:18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #B5EBF9;
}

.chromestyle ul li a:active, .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #ffffff;
	text-decoration: none;
	background-color:#13B3EF;
}

.chromestyle ul li a.current:link, .chromestyle ul li a.current:visited, .chromestyle ul li a.current:active, .chromestyle ul li a.current:hover{
	color:#ffffff;
	background-color:#13B3EF;
	background-image:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	z-index:100;
	background-color:#ffffff;
	width: 150px;
	visibility: hidden;
	margin:0;
	text-align:left;
	border-bottom:3px solid #017CB5;
	}

.dropmenudiv a, .dropmenudiv a:visited{
	display: block;
	text-indent: 8px;
	padding: 2px 5px 2px 3px;
	text-decoration: none;
	color: #000000;
	border-bottom:1px solid #13B3EF;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:active, .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C4E1FF;
	color: #F22D2D;
	text-decoration: none;

	}
	.datesheet {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	color: #fff;
	font-size: 11px;
}
.datesheet a, .datesheet a:visited {
	color: #fff;
	text-decoration: none;
}
.datesheet a:active, .datesheet a:hover {
	color: #fff;
	text-decoration: underline;
}

/* >>>>>>>>>>>>>>>>>>> Multi Lelvel Drop Down Menu >>>>>>>>>>>>>>>>>>> */	
.topmenu{padding:8px 0;}
.mainlinks li{margin:0 8px 0 0;}
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; line-height:1.5em; z-index:300; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#dropmenu a {display:block; padding:3px 8px; color:#000000; text-decoration:none; background:#b5ebf9;}
#dropmenu a:hover {background:#13b3ef; color:#fff;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:200px; top:25px; left:0px; border-top:1px solid #13b3ef;}
#dropmenu ul li {margin:0;width:auto;}
#dropmenu ul a {}
#dropmenu li ul {width:200px; font-weight:normal; font-size:12px; border-bottom:3px solid #13b3ef;}
#dropmenu ul li a {color:#000000; background:#ffffff;}
#dropmenu ul li a:hover {background:#c4e1ff; color:#f22d2d;}
#dropmenu li ul a {width:200px; height:auto; float:left; border-bottom:1px solid #13b3ef;}
#dropmenu ul ul {top:auto; z-index:500}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
.clr{clear:both;}
