#subnav #theMenu {font-size:12px;font-family:Arial, sans-serif;margin: 0;padding: 0;list-style:none;}
#subnav #theMenu ul{margin: 0;padding: 0;list-style:none;}

#subnav #theMenu li {
	background: transparent url(../images/img/menuSeperator.gif) right bottom no-repeat;
	border:1px solid #FFF;
}

#subnav #theMenu li.last {
	background-image: none;
}

#subnav #theMenu a {
	height: 14px;
	display:block;
	color:#007ac1;
	background: transparent url(../images/img/bn_arrowMenu.png) 0 0 no-repeat;
	padding:8px 0 8px 22px;
	text-decoration: none;
}

#subnav #theMenu a:hover{
	color:#435b6f;
}

#subnav #theMenu li li {
	padding-left: 20px;	
}

/* Some list and link styling */
#subnav #theMenu ul li a {

}

#subnav #theMenu ul li a:hover{
	}


/* Header links styling */
#subnav #theMenu h3{margin:0px; padding:0 0 0 0;font-weight:normal;font-size:1em;}
#subnav #theMenu h3.head a {
	background: transparent url(../images/img/bn_arrowMenu.png) left 0px no-repeat;
	padding:8px 0 8px 22px;
}

#subnav #theMenu h3.selected a {
	background: transparent url(../images/img/bn_arrowMenu.png) left -60px no-repeat;
	padding:8px 0 8px 22px;
	}
	
	
#subnav #theMenu h3.selected li a {
	background: transparent url(../images/img/menuSeperator.gif) right bottom no-repeat;
	padding:8px 0 8px 22px;
	}
