@charset "utf-8";
/* CSS Document */

#verticalnavbar {
	float: left;
	width: 180px;
	margin: 0 0 30px 0;
	padding: 25px 0 0 0;
	text-align: left;
}

#horizontalnavbar, #horizontalnavbar1 {
	float: left;
	width: 585px;
	background: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}


/*VERTICAL NAVIGATION
Controls navigation roll-over effect for main vertical navigation
---------------------------------------------------------------------------*/

#verticalnavbar ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bolder;
}
	
#verticalnavbar ul li {
	margin: 0;
	padding: 0;
}
	
#verticalnavbar ul li a:link, #verticalnavbar ul li a:visited {
	display: block;
	margin: 0 0 2px 0;
	padding: .4em 0 .2em .4em;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#verticalnavbar ul li a:hover, #verticalnavbar ul li a:active {
	background: #2e2ed5;/*Blue*/
	color: #fff;
}

#verticalnavbar ul li.open a {
	background: #ffe680;/*Yellow*/
	color: #000;
	font-weight: bold;
}

#verticalnavbar ul li.withsubnav a {
	background: #d9d9d1;/*light Gray*/
	color: #000;
	font-weight: normal;
}

#verticalnavbar ul li.withsubnavopen a {
	background: #ffe680;/*Yellow*/
	color: #000;
	font-weight: bold;
}

#verticalnavbar ul li.withsubnav a:hover, #verticalnavbar ul li.withsubnav a:active {
	background: #2e2ed5;/*Blue*/
	color: #ffe680;
}

#verticalnavbar ul li ul {	
	font-size: 1em;
}

#verticalnavbar ul li ul li a:link, #verticalnavbar ul li ul li a:visited { 
	border-left: 15px solid #2e2ed5;/*Blue*/
	background: #d9d9d1;/*Light Gray*/
	color: #000;
	font-weight: normal;
}

#verticalnavbar ul li ul li a:hover, #verticalnav ul li ul li a:active {
	background: #2e2ed5;/*Blue*/
	color: #fff; 
}

#verticalnav ul li ul li.open a:hover, #verticalnavbar ul li.open a:active {
	background: #ffe680;/*Yellow*/
	color: #000;
}

#verticalnavbar ul li ul li.open a { 
	border-left: 15px solid #2e2ed5;/*Blue*/
	background: #ffe680;/*Yellow*/
	color: #000;
	font-weight: bold;
}


/*HORIZONTAL NAVIGATION
Controls navigation roll-over effect for secondary horizontal navigation
---------------------------------------------------------------------------*/

#horizontalnav ul, #hnavbar1 ul , #hnavbar2 ul, #hnavbar3 ul{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

 

#horizontalnav ul li,#hnavbar1 ul li,#hnavbar2 ul li,#hnavbar3 ul li {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
}



#horizontalnav ul li a:link, #horizontalnav ul li a:visited{
	display: block;
	padding: 6px 0 5px 0;
	border-right: 2px solid #fff;
	background: #d9d9d1;/*Light Gray*/
	color: #000;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
}

#hnavbar1 ul li a:link, #hnavbar1 ul li a:visited,#hnavbar2 ul li a:link, #hnavbar2 ul li a:visited, #hnavbar3 ul li a:link, #hnavbar3 ul li a:visited {
	display: block;
	padding: 6px 0 5px 0;
	border-right: 2px solid #fff;
	background: #d9d9d1;/*Light Gray*/
	color: #000;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
}


#horizontalnav ul li a:hover, #horizontalnav ul li a:active{
	background:  #2e2ed5;/*Blue*/
	color: #fff;
	font-weight: normal;
}
#hnavbar1 ul li a:hover, #hnavbar1 ul li a:active, #hnavbar2 ul li a:hover, #hnavbar2 ul li a:active, #hnavbar3 ul li a:hover, #hnavbar3 ul li a:active{
	background: #9c130b;/*Blue*/
	color: #fff;
	font-weight: normal;
}

#horizontalnav ul li.open a{
	background: #ffe680;/*Yellow*/
	color: #000;
	font-weight: bold;
}
#hnavbar1 ul li.open a, #hnavbar2 ul li.open a, #hnavbar3 ul li.open a {
	background: #ffe680;/*Yellow*/
	color: #000;
	font-weight: bold;
}


/*UNORDERED LISTS
---------------------------------------------------------------------------*/

ul {
	list-style-type: square;
	margin: 0 0 0 45px;
	font-size: 1em;
	line-height: 1.3em;
}

ul li {
	padding: .4em 0 0 0;
}

ol li ul {
	margin: 0 0 0 20px;
}
