@charset "utf-8";
/* CSS Document */
body {
	font:  .8em/1.2em Arial;
	color: #000;
	font-weight: bold;
}

a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 0px 0px 0;
	font-weight: bold;
	color: #001f35;
	text-decoration: none;
	font-size:12px;
}
#nav li {
	margin: 0 2px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
	z-index:999;
	font-weight: bold;
}


/* main level link */
#nav a {
	font-weight: bold;
	font-size:13px;
	color: #001f35;
	text-decoration: none;
	display: block;
	padding:  7px 8px 8px 7px;
	margin: 0;

		
}
#nav a:hover {
	color: #fff;
	z-index:999;
	font-weight: bold;
	font-size:13px;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: # url(img/icons.gif) repeat-x 0 -40px;
	color: #ed2f2c;
	background-image: url(images/icons.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	font-size:13px;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fff;
	z-index:999;
	font-weight: bold;
}
#nav ul a:hover {
	background: # url(img/gradient.png) repeat-x 0 -100px !important;
	color: #ebebeb !important;
	
	

}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	left: 0;
	background: #01b3e4 url(img/gradient.png) repeat-x 0 0;
	
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index:999;
}

#nav ul a {
	font-weight: normal;
	z-index:999;
}

/* level 3+ list */
#nav ul ul {
	left: 160px;
	top: 5px;
	z-index:999;
	background-color:#2fbbe1;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
	
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
