/* Basic code - don't modify */

#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { width: 200px; background-color: #fff;}
#nav ul ul { left: 200px; }

/* Everything else is theming */

/*#nav { background-color: #30A8C3; height: 24px; }*/
#nav { background-color: #30A8C3; }

#nav *:hover { background-color: none; }





/*#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; font-weight: normal; text-decoration: none;}*/


/*
#nav a {
width: 118px;
text-align:center;
border-right: 1px solid white;
font-size: 9px;
padding: 3px 0px;
font-weight:bold;
text-decoration: none;
background-image:url(../images/pul_bg.gif);
background-repeat:no-repeat;
background-position:top;
}
*/

.menu_level_1 a {

width: 117px;
/*height:14px;*/
text-align:center;
border-right: 1px solid white;
/*border-left: 1px solid white;*/

font-size: 9px;
padding: 3px 0px;
font-weight:bold;
text-decoration: none;
background-image:url(../images/pul_bg.gif);
background-repeat:no-repeat;
background-position:top;
}



.menu_level_1 a:hover {
background-image:url(../images/pul_bg_on.gif);
background-repeat:no-repeat;
background-position:top;
}




.menu_level_1_active a {
width: 117px;
/*height:14px;*/
text-align:center;
border-right: 1px solid white;
/*border-left: 1px solid white;*/

font-size: 9px;
padding: 3px 0px;
font-weight:bold;
text-decoration: none;
background-image:url(../images/pul_bg_on.gif);
background-repeat:no-repeat;
background-position:top;
}







.menu_level_2 a {
width: 194px;
height:16px;
color: #02497e;
font-size: 12px;
/*padding: 6px; line-height: 1;*/
font-weight: normal;
text-decoration: none;
text-align:left	;
/*background-color:#ffffff;*/
cursor: hand;

margin-bottom: -3px;
/*display: inline;
float:inherit;*/
}






.menu_level_2_active a {
width: 194px;
/*height:16px;*/
color: #02497e;
font-size: 12px;
/*padding: 6px; line-height: 1;*/
font-weight: normal;
text-decoration: none;
text-align:left	;
background-color:#ffffff;

margin-bottom: -3px;
/*display: inline;
float:inherit;*/
cursor: hand;

}







/*
.menu_level_2 a:hover {
background-image:url(../images/pul_bg_on.gif);
background-repeat:no-repeat;
background-position:top;
}
*/


/*#nav li.hover a { background-color: #363170; text-decoration: none; }*/
/*#nav a { background-color: black; text-decoration: none; }*/




/*#nav ul { top: 24px; }*/
#nav ul { top: 18px; }

/*#nav ul li a { background-color: #363170; }*/
#nav ul li a { background-color: white;}

/*#nav ul li.hover > a { background-color: #30A8C3; }*/




#nav ul li.hover > a { background-color: #C1E4F6; }




/*#nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }*/





#nav ul a { border: 1px solid #363170; background: url('/images/bg_transparent.gif') no-repeat left; padding-left: 5px; }






/*
#nav ul a {
border: 1px solid #363170;
background: url('/images/button.gif')no-repeat;
padding-left: 5px;
}
*/


/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav > li > a {background-color: #30A8C3; color: white;}
#nav > li > a:hover {background-color: #363170; color: white;}                                                                                                         