@charset "UTF-8";
/* CSS Document */

.mainNav{
	background:url(/images/mainNav.png) #b7c8f2 repeat-x;
	height:26px;
	padding:4px 0 3px 24px;
}



#menu {
width: 100%;
background: none;
float: left;
padding: 0;
margin: 0;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
float: left;
background: none;
padding-left: 20px;
}

#menu a, #menu h2 {
font-family: verdana, arial, helvetica, sans-serif; 
font-size:13px;
font-weight: normal;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
}

#menu a {
color: #282f7b;
text-decoration: none;
}

#menu a:hover {
color: #282f7b;
}

#menu li {position: relative;}

/* child items */
#menu ul ul {
position: absolute;
z-index: 500;
width: 180px;
background: #EAEDFB;
padding: 0;
}

#menu ul ul a {
	padding-left: 10px;
	color: #282f7b;
	background: #EAEDFB;
	font-size:11px;
}

#menu ul ul a:hover {
color: #fff;
background: #627AA3;
}


#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
