/* TOP MENU STYLE
-----------------------*/
#top_menu {
	position:absolute;
	top:47px;
	right:0px;
	text-transform:uppercase;
	height:38px;
	background-color: rgba(0,0,0,0.3); 
	padding:0px 0px 0px 5px; 
	border-radius:5px; -moz-border-radius:5px;
	text-shadow: 0 0 6px #000;  -moz-text-shadow: 0 0 6px #000;  -webkit-text-shadow: 0 0 6px #000;
	float:right;
	}
#top_menu ul li {
	font-size:12px;
	float:left;
	display:block;
	padding:0px ;
	margin:1px 5px 1px 0px;
	border:0px solid orange;
	}
#top_menu ul li a {
	height:29px;
	text-decoration:none;
	color:#726b5d;
	display:block; margin:3px 1px 0px 1px !important; margin:3px 0px 0px 6px;
	padding:0px 0px 0px 5px;
	border-radius:3px; -moz-border-radius:3px;
	}
#top_menu ul li a span {
	display:block;
	line-height:28px;
	padding:0px 11px 0px 5px;
	}
#top_menu ul li a:hover, .active{
	color:#FFF;
	background:url(images/mainmenu/bttnbg2.png) repeat-x left;}
	
#top_menu ul li a.active span {
	color:#FFF;
	}
/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0px 3px 4px 3px;
	position: absolute;
	left: 0;
	top: 0;
	text-transform:uppercase;
	list-style-type: none;
	background: #26221e;
	visibility: hidden;
	z-index: 100;
	border-radius:5px; -moz-border-radius:5px;box-shadow: 0px 0px 4px #000;
	border:3px solid #161512;
	}
.ddsubmenustyle li a{
	color:#726b5d;
	font-size:11px;
	display: block;
	width: auto; /*width of submenu , can also be numbered width*/
	background-color:#161512;
	line-height:22px;
	vertical-align:middle;
	height:22px;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-color:#11100e;
	border-radius:3px; -moz-border-radius:3px;
	text-shadow: 0 0 3px #000;  -moz-text-shadow: 0 0 3px #000;  -webkit-text-shadow: 0 0 3px #000;
	}
.ddsubmenustyle li{
	padding-top:2px;
	}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/							   
	}
.ddsubmenustyle li a:hover{
	background: #bc0000 url(images/mainmenu/grunge.jpg)no-repeat top right;
	color: #ffffff;
	border-color:#6b0000;
	}
/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
	}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}