@charset "UTF-8";
/* CSS Document */
#topmenu {
background-color:#00a2e5;
height:81px;
position:relative;
width:839px;
}
#topmenu ul {
text-transform:uppercase;
color:#fff;
position:absolute;
bottom:2px;
width:631px;
list-style:none;
font-size:18px;
}
#topmenu li {
display:inline; 
}
#topmenu li a, #topmenu li a:visited{
	float:left;
	margin:0 30px;
	color:#fff;
	text-decoration:none;
}
#topmenu li a:active {
	color:#80d1f2;
	text-decoration:none;
}
#topmenu li a:hover {
	color:#80d1f2;
	text-decoration:none;
}

#submenu {
background-color:#00a2e5;
height:70px;
width:839px;
}
#submenu ul {
list-style:none;
}
#submenu li {
display:inline; 
}
#submenu li a {
	border-right:2px dotted #fff;
	float:left;
	padding:6px 10px;
}

/*---------------dropmenus------------------------*/
.menuDrop{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background-color: #fff;
	margin-top:0px;
	font-size:11px;
	width: 140px;
}
.menuDrop ul {
	list-style:none;  
	width:100%;
}
.menuDrop a, .menuDrop a:visited, .menuDrop a:active {
	text-decoration: none;
	display:block;
	color: #00a2e5;
	font-weight: normal;
	padding: 5px 5px 5px 7px;	
}

.menuDrop a:hover {
	background-color: #e7f6fc;  
}
* html .menuDrop a {
width: 100%;
}