/* -----------Left Menu------------------ */
#home{
	font-weight: bold; /* first top el in menu */
	position: absolute;
	text-transform: uppercase;
	z-index: 100;
}
#home span{
	background: url(../images/menuitemhomeover_bg.gif) no-repeat;
	color: #3A5D88;
	display: block;
	height: 25px;
	padding: 5px 0 0 30px;
	width: 203px;
}
#home a {
	background: url(../images/menuitemhome_bg.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 25px;
	padding: 5px 0 0 30px;
	text-decoration: none;
	width: 203px;
}
#home a:hover {
	background: url(../images/menuitemhomeover_bg.gif) no-repeat;
	color: #3A5D88;
}
ul#menu{
	font-weight: bold;
	list-style: none !important;
	list-style-image: none !important;
	margin: 25px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
ul#menu li{
	list-style: none !important;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#menu li a{
	background: url(../images/menuitem_bg.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 20px;
	padding: 4px 0 0 30px;
	text-decoration: none;
}
ul#menu li a:hover{
	background: url(../images/menuitemover_bg.gif) no-repeat;
	color: #3A5D88;
}
ul#menu li.level-1 span{
	background: url(../images/menuitemover_bg.gif) no-repeat;
	color: #245188;
	display: block;
	height: 20px;
	padding: 4px 0 0 30px;
}
ul#menu ul{
	background: url(../images/submenu_bg.gif) bottom left;
	font: normal 1em Arial, Helvetica, sans-serif;
	list-style: none !important;
	margin: 0;
	padding: 0 0 3px 0;
	text-transform: none;
}
ul#menu ul li.current a {
	color: #C21B00;
}
ul#menu ul li.first{
	background: url(../images/submenu_top.gif) top no-repeat;
}
ul#menu li.level-2 {
	background: url(../images/submenu_line.gif) top repeat-x;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
ul#menu li.level-2 a, ul#menu li.level-2 span{
	background: none;
	color: #245188;
	height: 15px !important;
	margin: 0 0 0 7px;
	padding: 5px 0 0 0;
}

ul#menu li.level-2 span{
	color: #C21B00;
}
ul#menu li.level-2 a:hover{
	background: none;
	color: #C21B00;
}
/* ---------Bottom menu ------------- */
ul#bottommenu{
	margin: 10px;
	padding: 0;
}
ul#bottommenu li.home{
	font-weight: bold;
}
ul#bottommenu li{
	display: inline;
	list-style: none;
}
ul#bottommenu li a{
	font-weight: bold;
}
