



.style
	{
	width: 982px;

	color:#fff;
	background-color:#000000;
	
	
	
	
	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 #000;
	/*width: 100%;*/
	background-color:#000000;
	
	
	padding-top: 5px;
	padding: 10px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.style ul li
	{
	display: inline;

	}


	
	

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



.style ul li a:visited
	{
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	/*padding: 4px 7px;*/
	margin: 0;
	text-decoration: none;

	}

.style ul li a:hover
	{
	/*background: url(bg_menu_ovr.jpg) center center repeat-x; THEME CHANGE HERE
	padding:10px;*/
	color: #fff;
	text-decoration: none;

	margin: 0;
	padding-bottom: 5px;

	}

.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
	{
	text-align: left;
	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
	{
	text-align: left;
	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: #ccc;
	text-transform: none;
	background-color: #000;
	
	padding-top:1px;
	padding-bottom:1px;

	}

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

.dropmenudiv a:visited
	{
	
	text-align: left;
	text-decoration: none;
	color: #ccc;
	background-color: #000;


	}



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

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

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;


	}*/
