#topmenu {
	height: 24px;
}

#topmenu-start {
	background-repeat: no-repeat;
	background-image: url(../img/topmenu_left.gif);
}

#topmenu ul {
	padding: 0;
	height: 24px;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
}

#topmenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	height: 24px;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
	
}

.topmenu-padding {
	padding: 5px 10px 0 10px;
}

.delimeter {
	padding: 5px 10px 0 10px;
}

#leftmenu ul {
	padding: 0;
	margin: 0;
	width: 190px;
	}

#leftmenu .off {
	width: 190px;
	color: #19365c;
	margin: 0;
	border-bottom: 1px solid #7e9dc8;
	list-style-type: none;
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow1.gif);
	}
	
#leftmenu .on {
	width: 190px;
	color: #19365c;
	margin: 0;
	border-bottom: 1px solid #7e9dc8;
	list-style-type: none;
	font-weight: bold;
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow2.gif);
	}

#leftmenu li a {
	color: #d8e2f0;
	text-decoration: none;
	}
	
#leftmenu a:hover {
	color: #004683;
	text-decoration: underline;
	}
	
.leftmenu-padding {
	padding: 4px 0 5px 10px;
	}
	
#submenu1 ul {
	padding: 0;
	margin: 0;
	width: 190px;
	}

.submenu1off {
	width: 190px;
	color: #d8e2f0;
	margin: 0;
	border-bottom: 1px solid #7e9dc8;
	list-style-type: none;
	background-position: 10px 8px !important;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow3.gif);
	}
	
.submenu1on {
	width: 190px;
	color: #d8e2f0;
	margin: 0;
	border-bottom: 1px solid #7e9dc8;
	list-style-type: none;
	font-weight: bold;
	background-position: 10px 9px !important;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow4.gif);
	}
	
.submenu1off a {
	color: #19365c !important;
	text-decoration: none;
	}
	
.submenu1off a:hover {
	color: #19365c;
	text-decoration: underline;
	}
	
.submenu1-padding {
	margin: 0 0 0 10px;
	padding: 4px 0 5px 10px;
	}
	
#submenu2 ul {
	padding: 0;
	margin: 0;
	width: 190px;
	}

.submenu2off {
	width: 190px;
	color: #d8e2f0;
	margin: 0;
	list-style-type: none;
	background-position: 20px 6px !important;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow3.gif);
	}
	
.submenu2on {
	width: 190px;
	color: #d8e2f0;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	background-position: 20px 7px !important;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow4.gif);
	}
	
.submenu2off a {
	color: #19365c !important;
	text-decoration: none;
	}
	
.submenu2off a:hover {
	color: #19365c;
	text-decoration: underline;
	}
	
.submenu2-padding {
	margin: 0 0 0 10px;
	padding: 2px 0 0px 20px;
	}
	
.submenu2-line {
	border-bottom: 1px solid #7e9dc8;
	}
	
#submenu3 ul {
	padding: 0;
	margin: 0;
	width: 190px;
	}

.submenu3off {
	width: 190px;
	color: #d8e2f0;
	margin: 0;
	list-style-type: none;
	background-position: 30px 6px !important;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow3.gif);
	}
	
.submenu3on {
	width: 190px;
	color: #d8e2f0;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	background-position: 30px 6px !important;
	background-repeat: no-repeat;
	background-image: url(../img/bg_menu_arrow5.gif);
	}
	
	
.submenu3off a {
	color: #19365c !important;
	text-decoration: none;
	}
	
.submenu3off a:hover {
	color: #19365c;
	text-decoration: underline;
	}
	
.submenu3-padding {
	margin: 0 0 0 10px;
	padding: 2px 0 0 30px;
	}
