@charset "UTF-8";

#nav {
width:920px;
float:left;

background:#67999A;
}
#nav ul, #nav ul ul {
	margin:0;
	padding:0;
}

#nav a {

display:inline-block;
float:left;

margin:0;
padding:0 5px;
height: 40px;
}

#nav h3{

display:block;

white-space:nowrap;
margin:0;
padding:0 5px;
}

#nav h3{
color:#fff;
background:#67999A;
text-transform:uppercase
}

#nav a {
background:#67999A;
text-decoration:none;
}

#nav a, #nav a:visited{
color:#fff;
}

#nav a:hover{
color:#fff;
background:#67999A;
}

#nav a:active{
color:#fff;
background:#67999A;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
float:left;
padding-left:10px;
padding-top:15px;
background:#67999A;


}

#nav li{
position:relative;
display:inline-block;
float:left;
margin-right:10px;
}

#nav ul ul{
position:absolute;
z-index:500;
top:40px;
display:none;
width: 200px;

left: 0;
border-top:1px solid #c0c0c0;
background:#67999A;

}


#nav ul ul a, #nav ul ul li {
	height: auto;
	display: block;
	clear: both;
	width: 190px;


}
#nav ul ul li {
	width:100%;
	border-bottom:1px solid #c0c0c0;
	margin-right:0;
	
	
}
#nav ul ul li a:hover {
	background:#3c3c3c;

}

#nav ul ul ul{
	z-index:600px;
	position:absolute;
	top:0;
	left:100%;
	display:inline-block;
}
#nav ul ul ul li {
	margin-right:0;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#nav h3:hover{
background:#67999A;
}

div#nav li:hover{
cursor:pointer;
z-index:100;
}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none;}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:inline-block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#nav a.x, #nav a.x:visited{
font-weight:normal;
color:#fff;
background:#67999A;
}

#nav a.x:hover{
color:#fff;
background:#67999A;
}

#nav a.x:active{
color:#fff;
background:#67999A;
}




