/******************************/

/*Styles for Drop down menus*/

/******************************/

.nav_item{

	background-color: #003399;

	color: #FFFFFF;

	border-top-color: white;

	border-top-width:1px;

	border-top-style: solid;

	border-bottom-color: white;

	border-bottom-width:1px;

	border-bottom-style: solid;

}

.nav_item1{

	color: #FFFFFF;

	border-top-color: white;

	border-top-width:1px;

	border-top-style: solid;

	border-bottom-color: white;

	border-bottom-width:1px;

	border-bottom-style: solid;

	border-left-color: white;

	border-left-width:1px;

	border-left-style: solid;

}

.nav_item a, .nav_item1 a{

	margin:0;

	padding:0;

	background-color: #003399;

	color: #FFFFFF;

	text-decoration: none;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;

	padding-left: 30px;

	line-height: 200%;

	

	background-image: url("../images/home/nav_bg.gif");

	background-repeat: no-repeat;

	background-position: left center;

}

.active{

	background-color: #CBCC66;

	border-top-color: white;

	border-top-width:1px;

	border-top-style: solid;

	border-bottom-color: white;

	border-bottom-width:1px;

	border-bottom-style: solid;

}

.active a, .active1 a{

	margin:0;

	padding:0;

	color: #FFFFFF;

	text-decoration: none;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;

	padding-left: 30px;

	line-height: 200%;

	color: #3E3C00;

	background-image: url("../images/home/nav_bgRL.gif");

	background-repeat: no-repeat;

	background-position: left center;

}

.active1{

	background-color: #CBCC66;

	border-top-color: white;

	border-top-width:1px;

	border-top-style: solid;

	border-bottom-color: white;

	border-bottom-width:1px;

	border-bottom-style: solid;

	border-left-color: white;

	border-left-width:1px;

	border-left-style: solid;

}

