
#nav,#nav ul {
	font-family:Arial;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	
}
#nav {
	height:50px;
	left:0;
	top:0;
	font-family:Arial;
	font-weight:bold;
}
#nav li {
	background: url(i/menu_devider.png) top right no-repeat;
	float:left;
	position:relative;
	z-index:10;
	font-family:Arial;
	font-weight:normal;
}

#nav li:last-child
{
	background: none;
}

#nav li a {
	padding: 10px 20px 0 20px;
	color: #0CC;
	display:block;
	float:left;
	font-size:16px;
	height:60px;
	line-height:40px;
	position:relative;
	text-decoration:none;
	z-index:20;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#nav li:hover > a {
	color:#fff;
	background: url(mainmenubg_h.jpg) repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


#nav li ul {
	z-index: 999999;
 	padding: 0;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 150px; 
  	display: none;
  	opacity: 0;
  	visibility: hidden;  
}


#nav li:hover ul {
	background: #FFF;
	padding: 0 0 10px 0;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 3px 5px #999;
	top: 50px;
	left: 0px;
	/*padding: 10px;*/
	position: absolute;
	width: 150px;
	height: auto;
	z-index: 999;
  	display: block;
  	opacity: 1;
  	visibility: visible;
}

#nav li ul li {
	vertical-align:middle;
	float: left;
	position: relative;
	border-bottom: 1px dotted #ccc;
	background: none;
	width: 150px;
}
#nav li ul li a {
	color: #0b9cf9;
	line-height: 18px;
	padding: 5px 10px 5px 20px !important;
	font-weight: normal;
	height: 18px;
	width: 120px;
}

#nav li ul li a:hover {
	font-weight: bold;
	border-radius: 0;
	background: #0b9cf9 !important;
	color: #fff;
}







#nav .menu-count
{
	padding: 2px 3px 2px 2px; background: #0ea7d2; position: absolute; color: #fff; font-size: 10px; font-weight: bold; margin: 0 auto; z-index: 999999; left: 25%; right: 25%; top: 3px; text-align: center; width: 30px;
	border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; -webkit-border-radius: 8px;
	box-shadow: 0 1px 1px #036; -moz-box-shadow: 0 1px 1px #036; -ms-box-shadow: 0 1px 1px #036; -o-box-shadow: 0 1px 1px #036; -webkit-box-shadow: 0 1px 1px #036;
}

#nav li:hover .menu-count
{
	color: #0ea7d2;
	background: #fff;
}

