@CHARSET "ISO-8859-1";

/**
 * Navigation body
 */
.nav_top {
	background: url('../img/nav_top.gif');
	width: 216px;
	height: 9px;
	font-size: 1px;
	margin-left: 2px;
}
.nav_mid {
	background: url('../img/nav_mid.gif') repeat-y;
}
.nav_bot {
	background: url('../img/nav_bot.gif');
	width: 200px;
	height: 3px;
	font-size: 1px;
	margin-left: 8px;
}
.nav_bot {
}
.nav_dots {
	background: url('../img/nav_dots.gif') repeat-x;
	margin-left: 5px;
	width: 190px;
	height: 1px;
	font-size: 1px;
}
.nav_bg {
    background: #003d73;
    width: 200px;
	margin: 0px 11px 0px 8px;
}
ul.navigation li a{
	width: 200px;
	padding: 5px 0px 4px 3px;
	display: block;
	color: #fff;
}
.nav_space_2 {
	margin-left: 5px;
}
.nav_space_3 {
	margin-left: 15px;
}
.nav_space_4 {
	margin-left: 25px;
}
.nav_space_5 {
	margin-left: 35px;
	color: #003D73;
}
ul.navigation li a:hover {
	text-decoration: underline;	
}
/**
 * Navigation link
 */
.nav_lvl_2 a {
	background: url('../img/nav_2.gif') center repeat-y;	
}
.nav_lvl_3 a {
	background: url('../img/nav_3.gif') center repeat-y;	
}
.nav_lvl_4 a {
	background: url('../img/nav_4.gif') center repeat-y;	
}
.nav_lvl_5 a {
	background: url('../img/nav_5.gif') center repeat-y;	
}

/**
 * Navigation link.selected
 */
.nav_lvl_2 a.nav_select {
	background: url('../img/nav_2_sel.gif') center no-repeat;
}
.nav_lvl_3 a.nav_select {
	background: url('../img/nav_3_sel.gif') center repeat-y;
}
.nav_lvl_3 a.nav_top_select {
	background: url('../img/nav_3_sel.gif') center repeat-y;
}
.nav_lvl_4 a.nav_select {
	background: url('../img/nav_4_sel.gif') center repeat-y;
}
.nav_lvl_4 a.nav_top_select {
	background: url('../img/nav_4_sel.gif') center repeat-y;
}

/**
 * Hacks
 */
@media all {
    body>div.relwrap div.wrap ul.navigation li {
        width: 180px;
   }
}
