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

.vertical_style{
		width:155px;
		text-align:left;				
		font-family: Verdana,Tahoma , Sans-Serif,Arial;
		text-decoration:none;
		color:#9d9fa2;
		border-width:0px 0px 1px 0px;
		border-style:dotted;
		margin-left:10px;
		margin-top:15px;
}

.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:18px;	
		width:100%;		
		margin: 0px 0px 0px 0;
		padding: 0px 0px 0px 0px;
		text-align:right;
}

.vertical_style ul li a, .vertical_style ul li a:visited{
		font-family:  Verdana,Tahoma,Arial;		
		font-size:11px;
		font-weight:normal;
		color:#9d9fa2;
		border-width:1px 0px 0px 0px;
		border-style:dotted;
		border-color:#9d9fa2;
		width:145px;
		padding: 4px 5px;		
		display:block;
		background: url(/images/menuspacer.gif) center center repeat;
		text-decoration: none;
		text-align:right;
}

.vertical_style ul li a:hover, .vertical_style ul li a.selected{
		color:black;	
		border-color:#9d9fa2;	
		background: #e9e9e9;
}

.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 Horizontal Drop Down Menu ######### */


.horizontal_style{
width: 500px;
font-weight: bold;
}

.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: #67a2c5; /*THEME CHANGE HERE*/
padding: 4px 0 2px 0;
margin: 0;
line-height:20px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.horizontal_style ul li{
display: inline;

}

.horizontal_style ul li a{
color: white;
font: 12px arial,verdana,tahoma;
padding: 5px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid white;*/
}

.horizontal_style ul li a:hover, .horizontal_style ul li a.selected{
background: #246786; /*THEME CHANGE HERE*/
}

.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*/
}



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

.verticalmenu_dropbox{
		position:absolute;
		top: 0;
		border-width: 1px 1px 1px 0px; /*THEME CHANGE HERE*/
		border-color:#9d9fa2;
		border-style: dotted;
		z-index:100;
		background: transparent;
		opacity: .92;
		background-color: white;
		width: 140px;
		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, .verticalmenu_dropbox a:visited{
		width: auto;
		display: block;
		line-height:28px;
		text-indent: 3px;
		font-size:11px;
		border-width: 1px 0px 1px 0px; /*THEME CHANGE HERE*/
		border-style: solid ; 
		border-color: White; 
		background: url(/images/menuspacer.gif) center center repeat;
		padding: 6px 5px;
		margin:0px 0px 0px 0px;
		text-decoration: none;
		font:normal 0.7em Verdana,Sans-Serif,Arial;
		color: #9d9fa2;
}

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

.verticalmenu_dropbox a:hover{ /*THEME CHANGE HERE*/
		color:black;
		background-color: #e9e9e9;
		margin:0px 0px 0px 0px;
		padding: 6px 5px;
		border-width: 1px 0px 1px 0px;
		border-color: #bac5d6;
		border-style: solid;
}

.horizontalmenu_dropbox{
		position:absolute;
		text-align:left;
		top: 0;
		border-width: 0px 1px 1px 1px; /*THEME CHANGE HERE*/
		border-color: #F58220;
		border-style: dotted; 
		z-index:100;
		background: transparent;
		opacity: .92;
		background-color: white;
		width: 140px;
		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;
		text-indent: 3px;
		border-width: 1px 0px 1px 0px; /*THEME CHANGE HERE*/
		border-style: solid ; 
		border-color: White; 
		padding: 2px 2px;
		margin:0px 0px 0px 0px;
		text-decoration: none;
		font:normal 0.7em Verdana,Sans-Serif,Arial;
		color: #F58220;
}


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

.horizontalmenu_dropbox a:hover{ /*THEME CHANGE HERE*/
		color:white;
		background-color: #F58220;
		margin:0px 0px 0px 0px;
		padding: 2px 2px;
		border-width: 1px 0px 1px 0px;
		border-color: #bac5d6;
		border-style: solid;
}

