



.style
	{
	width: 982px;

	color:#ccc;
	background-image:url(bg_menu.jpg);
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}
	

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




.style ul
	{
	border-top: 1px solid #dadada;
	width: 100%;
	background: url(bg_menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	/*padding-top: 5px;*/
	padding: 10px;
	
	margin:-1px 0px 0px 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.style ul li
	{
	display: inline;

	}


	
	

.style ul li a, a:active
	{
	color: #590000;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	
	padding-top: 7px;
	padding-bottom:3px;
	padding-left: 10px;
	padding-right:10px;
	
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	



.style ul li a:visited
	{
	color: #590000;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	
	padding-top: 7px;
	padding-bottom:3px;
	padding-left: 10px;
	padding-right:10px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

.style ul li a:hover
	{
	/*background: url(bg_menu_ovr.jpg) center center repeat-x; THEME CHANGE HERE
	padding:10px;*/
	color: #000;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	
	padding-top: 7px;
	padding-bottom:3px;
	padding-left: 10px;
	padding-right:10px;
	margin: 0px;

	}

.style ul li a[rel]:after
	{ /*HTML to indicate drop down link*/
	content: " v";
	font-family:century gothic, tahoma;
	font-size:10px;
	font-weight:bold;
	content: " " url(down.gif); /*uncomment this line to use an image instead*/
	}


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

.last
	{
	width: auto;
	display: block;
	text-indent: 15px;
	border-right: 0px solid #ccc;
	
	border-bottom: 0px solid #fff; 
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	
	color: #777777;
	text-transform: none;
	background-color: #f0f0f0;
	padding-top:1px;
	padding-bottom:1px;

	}


.dropmenudiv
	{
	position:absolute;
	top: 0px;
	margin-top:3px;
	/*border-right: 1px solid #ccc;*/
	
	
	/*border: 1px solid #BBB; THEME CHANGE HERE*/
	border-bottom-width: 0;
	
	line-height:18px;
	z-index:100;
	
	width: 175px;
	visibility: hidden;
	/*Add Shadow in IE. Remove if desired
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  */
	}


.dropmenudiv a
	{
	width: auto;
	display: block;
	text-indent: 15px;
	
	border-bottom: 0px solid #fff; 
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	
	color: #555;
	text-transform: none;
	background-color: #f0f0f0;
	
	padding-top:1px;
	padding-bottom:1px;

	}

.dropmenudiv a:active
	{
	width: auto;
	display: block;
	text-indent: 15px;
	
	border-bottom: 0px solid #fff; 
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	
	color: #555;
	text-transform: none;
	background-color: #f0f0f0;
	
	padding-top:1px;
	padding-bottom:1px;

	}

.dropmenudiv a:visited
	{
	
	width: auto;
	display: block;
	text-indent: 15px;
	
	border-bottom: 0px solid #fff; 
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	
	color: #555;
	text-transform: none;
	background-color: #f0f0f0;
	
	padding-top:1px;
	padding-bottom:1px;


	}



.dropmenudiv a:hover
	{ /*THEME CHANGE HERE*/

	text-decoration: none;
	color: #fff;
	background-color: #660000;
	
	}


* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
color: #555;
	
	background-color: #f0f0f0;
	
}


img 
	{ 
	border:none; 
	
	}		


/** html .dropmenudiv a:link, a:active
	{ /*IE only hack*/
	/*width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #fff; 
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;
	font-weight: normal;
	
	color: #777777;
	text-transform: none;
	background-color: #f0f0f0;
	
	

	}
	


* html .dropmenudiv a:visited
	{ 
	
	color: #777777;
	
	background-color: #f0f0f0;


	}
	* html .dropmenudiv a:hover
	{ 
	
	text-decoration: none;
	color: #000;
	
	background-color: #fffff;


	}*/