a.current_page, a.current_page_alt {
	background: #3A3731;
	background: #721907 url(../img/red_bg.jpg);
	height: 17px;
	display: inline;
	position: relative;
	
	/*left: -1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
 /*{
	background: #FEFDFA;
	height: 20px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
}*/
ul#jsddm
{	

	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
	z-index:99;
	/*border: 1px solid blue;*/
	display:inline;
	
	text-align: center;
	/*clear:both; */

	margin: 0 10px 0 5px;
	padding: 0;
	list-style: none;
	float: right;
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	

}
	
	ul#jsddm li
	{	
	
		list-style: none;
		display: inline;
		
		
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e9e9e9;
		
	}

	ul#jsddm li a
	{	
	
	display: block;
		text-decoration: none;
		/*color: #887F6F;
		color: #5F574F;*/
		letter-spacing: .05em;
		white-space: nowrap;
		
		
		
	margin: 0;
	padding: 19px 10px;
	line-height: 15px;
	display: block;
	border: 4px solid white;
	background: #e9e9e9 url(/assets/img/nav_gray.jpg) 0 0 repeat-x;
	color: #7e7e7e;
	text-transform: uppercase;
	text-decoration: none;
	height: 15px;
	overflow: hidden:
		
		
		}

	ul#jsddm li a:hover, .keep_over a
	{	
		background: #333 url(../img/nav_dark.jpg) 0 0 repeat-x !important;
		color: #fff !important;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-color: #e9e9e9;

	}
	
	/*
	#jsddm li a.blue_link:hover
	{	background: red;
		color: #efe6d2;
			background: #721907 url(../img/red_bg.jpg);
	}
	*/	
		ul#jsddm li ul
		{	margin: 0 0 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			/*border: 1px solid #222;*/
			border-bottom: none;
			background: transparent url(../img/opaque.png) 0 0;
			/*background:#151515 url(../img/rollover.png) center top no-repeat;
			outline: 2px solid #c3c0b9;
			-webkit-box-shadow: 0px 2px 2px #000;
			-moz-box-shadow: 0px 2px 2px #000;
			opacity: 0.95;*/
			z-index: 100;
			width: 200px;

		}
			
		
		ul#jsddm li ul li
		{	float: none;
			display: inline;
			border: none;
			height: 25px;
			margin: 0;
			white-space:normal;
			padding: 0;
			}
		
		#jsddm li ul li a
		{
	width: auto;
				border: none;

	color: #eee;
	background: transparent !important;
	border-bottom: 1px solid #555; 
	letter-spacing: .1em;
	text-indent: 0px;	
	margin: 0;
	white-space:normal;
	text-align: left;
			position: relative;
						padding: 10px 12px;

}
		
		#jsddm li ul li a:hover
		{	
			color:#fff; /**/
			background: #A80C19 url(../img/shop_button_bg.jpg) center -100px repeat-x !important;
			cursor: pointer;
	border-bottom: 1px solid transparent; 
		}

