/*--------left menu---------*/
.menu_left_container {
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #B5C1FB;
	margin-left: 0px;
}

.menu_left_container .menu_left_border{
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.menu_left_container .menu_left_caption{
	color: #FF0;
	text-align: center;
	background-color: #08506B;
	font-weight: bold;
	line-height: 25px;
}

ul.left_menu{
	width:auto;
	padding:0px;
	margin:0px;
	list-style:none;
	font-size: 12px;
}

ul.left_menu li{
        margin:0px;
        list-style:none;
}

ul.left_menu li.odd a, ul.left_menu li.staticOdd{
	width:auto;
	height:25px;
	display:block;
	background-position:5px 5px;
	border-bottom:1px #FFFFFF solid;
	text-decoration:none;
	color:#504b4b;
	padding:0 0 0 15px;
	line-height:25px;
	font-weight: bold;
	background-color: #E8EDFF;
}

ul.left_menu li.even a, ul.left_menu li.staticEven{
	width:auto;
	height:25px;
	display:block;
	background-position:5px 5px;
	border-bottom:1px #FFFFFF solid;
	text-decoration:none;
	color:#504b4b;
	padding:0 0 0 15px;
	line-height:25px;
	font-weight: bold;
	background-color: #d0dafd;
}

ul.left_menu li.evenSub a{
	width:auto;
	height:25px;
	display:block;
	background-position:5px 5px;
	border-bottom:1px #FFFFFF solid;
	text-decoration:none;
	color:#504b4b;
	padding:0 0 0 25px;
	line-height:25px;
	font-weight: bold;
	font-size: 11px;
	background-color: #d0dafd;
}

ul.left_menu li.oddSub a{
	width:auto;
	height:25px;
	display:block;
	background-position:5px 5px;
	border-bottom:1px #FFFFFF solid;
	text-decoration:none;
	color:#504b4b;
	padding:0 0 0 25px;
	line-height:25px;
	font-weight: bold;
	font-size: 11px;
	background-color: #E8EDFF;

}

ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover, ul.left_menu li.evenSub a:hover, ul.left_menu li.oddSub a:hover{
	color:#FF0;
	background-position:5px 5px;
	background-color: #98AFFE;
}

/*---------------- menu tab----------------------*/
#menu_tab{
	padding: 1px;
	float: left;
	line-height: 23px;
}

#menu_tab .spacer{
	border-right: 1px solid #999;
	float: left;
}

#menu_tab ul.menu {
	list-style-type:none;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
}

#menu_tab ul.menu li {
	display:inline;
	font-size:12px;
	font-weight:bold;
}

#menu_tab a.nav:link, a.nav:visited {
	display:block;
	float:left;
	padding:0 8px 0 8px;
	margin:0 1px 0 1px;
	height:auto;
	text-decoration:none;
	width: 90px;
	text-align: center;
	border-right: 1px solid #999;
        color:#fff;
}

#menu_tab a.nav:hover{
	display:block;
	float:left;
	padding:0px 8px 0px 8px;
	margin:0 1px 0 1px;
	height:auto;
	text-decoration:none;
	color:#FF0;
	background-color: #C93239;
}

/*----------------crumb_navigation-------------*/
.crumb_navigation{
	width:auto;
	height:18px;
	padding:0px 10px 0 20px;
	color:#333333;
	background:url(images/navbullet.png) no-repeat left;
	background-position:5px 6px;
	font-size: 12px;
	margin-top: 5px;
}

.crumb_navigation a{
	color:#0fa0dd;
	text-decoration:underline;
}

.crumb_navigation span.current{
	color:#FF7546;
	font-size: 14px;
	font-weight: bold;
}
