/* ######### Style for Vertical Drop Down Menu ######### */

.vertical_style{
		width:145px;
		text-align:left;				
		font-family: Arial,Verdana,Tahoma,Sans-Serif;
		text-decoration:none;
		color:#535d22;
}

.vertical_style:after{ /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}

.vertical_style ul{
		/*list-style-image: url(images/icons/bulletmenu.gif);*/
		width: 100%;
		padding: 0px;
		margin: 0px;
		text-align: left; /*set value to "left", "center", or "right"*/
}

.vertical_style ul li{
		display: inline;
		line-height:24px;
		width:100%;
		height:1.0em;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align:left;
}

.vertical_style ul li a{
		font-family:  Arial,Verdana,Tahoma;		
		font-size:11px;
		font-weight:normal;
		color:#535d22;		
		width:130px;
		padding: 0px 5px 0px 10px;		
		display:block;
		background: url(/images/menuspacer.gif) center center repeat;
		text-decoration: none;
		text-align:left;
		cursor: pointer;
		
}

.vertical_style ul li a:hover, .vertical_style ul li a.selected{
		color:#b1bc69;			
		background: url(../images/menu_background.jpg) center right no-repeat;
		border-right: 1px solid white;
}

.vertical_style ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}



/* ######### Style for Drop Down Menu ######### */

.verticalmenu_dropbox{
		position:absolute;
		top: 0;
		text-align:left;
		border-width: 1px 1px 1px 0px; /*THEME CHANGE HERE*/
		border-color: #cfcfcf;
		border-style: solid;		
		z-index:100;
		background: transparent;
		opacity: .92;
		background-color: white;
		width: 133px;
		visibility: hidden;
		/*filter: alpha(opacity=92) progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.verticalmenu_dropbox a{
		width: auto;
		display: block;				
		background: url(../images/menuspacer.gif) center center repeat;		
		margin:0px 0px 0px 0px;
		padding-left:5px;
		text-decoration: none;
		font:normal 0.7em Verdana,Sans-Serif,Arial;
		color: #535d22;
		font-size:11px;
		font-family: arial, verdana, tahoma;
		line-height:24px;
}

* html .verticalmenu_dropbox a{ /*IE only hack*/
width: 100%;
}

.verticalmenu_dropbox a:hover{ /*THEME CHANGE HERE*/
		color:#b1bc69;
		background-color: #246786;
		background: white url(../images/menu_background.jpg) center right no-repeat;
		margin:0px 0px 0px 0px;
}



/* ######### Style for Horizontal Drop Down Menu ######### */

.horizontal_style{
width: 749px;
font-weight: normal;
margin:0;
}

.horizontal_style:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.horizontal_style ul{
width: 100%;
/*background: #F58220; THEME CHANGE HERE*/
padding: 7px 0 4px 0;
margin: 0;
line-height:15px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.horizontal_style ul li{
display: inline;

}

.horizontal_style ul li a{
color: gray;
font: 11px arial,verdana,tahoma;
padding: 5px 7px;
margin: 0;
text-decoration: none;
}

.horizontal_style ul li a:hover, .horizontal_style ul li a.selected{
background:gray; /*THEME CHANGE HERE*/
color:white;
}

.horizontal_style ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



.horizontalmenu_dropbox{
		position:absolute;
		top: 0;
		text-align:left;
		border-width: 0px 1px 1px 1px; /*THEME CHANGE HERE*/
		border-color: #cfcfcf;
		border-style: solid;
		z-index:100;
		background: transparent;
		opacity: .92;
		background-color: white;
		width: 133px;
		visibility: hidden;
		filter: alpha(opacity=92) progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.horizontalmenu_dropbox a{
		width: auto;
		display: block;				
		background: url(../images/menuspacer.gif) center center repeat;		
		margin:0px 0px 0px 0px;
		padding-left:5px;
		text-decoration: none;
		font:normal 0.7em Verdana,Sans-Serif,Arial;
		color: #535d22;
		font-size:11px;
		font-family: arial, verdana, tahoma;
		line-height:24px;
}


* html .horizontalmenu_dropbox a{ /*IE only hack*/
width: 100%;
}

.horizontalmenu_dropbox a:hover{ /*THEME CHANGE HERE*/
		color:#b1bc69;
		background-color: #246786;
		background: white url(../images/menu_background.jpg) center right no-repeat;
		margin:0px 0px 0px 0px;
}

