/*TOP NAVBAR*/

#topNav {position: absolute; right: 0; height: 27px; top: 0;}
#topNav ul {background: url(../graphics/bg/sabra_topmenu_right.png) no-repeat right bottom; margin-bottom: 0; display: block; height: 27px; padding: 0; margin: 0; padding-right: 20px;}
#topNav li {list-style-type: none; display: inline; float: left; margin:  0; padding-bottom: 0; padding-top: 5px; padding-left: 20px; line-height: 1; font-size: 12px;}
#topNav li.first {background: url(../graphics/bg/sabra_topmenu_left.png) no-repeat left bottom; padding-left: 20px; padding-bottom: 10px;}
#topNav li a {color: #000000; text-decoration: none; font-size: 12px;}
#topNav li a:hover {color: #cd202c;}



/*MAIN MENU*/

.menu_zindexfix {z-index: 2000;}
#ddm
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3000;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	}
	
	#ddm li
	{	float: left;
		list-style: none;
		font-size: 12px;
		margin-left: 0;
		font-size: 14px;
	}



	#ddm li a
	{	display: block;
		background: url(../graphics/header/menu_bg_fade.png) no-repeat bottom left;
		padding: 8px 10px 0;
		text-decoration: none;
		color: #cd202c;
		white-space: nowrap;
		height: 32px;
		width: 95px;
		text-align: center;
		border-right: 1px dotted #cccccc;
	}

#ddm li a:hover {background:  none; color: #333333; }

#ddm li a.more {background: url(../graphics/header/menu_more2.png) left bottom no-repeat; border-left: 1px dotted #cccccc;}

#ddm li a:hover.more {background: url({site_url}graphics/header/menu_bg_more_active.png) right top no-repeat; color: #333333;}


		
		#ddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			background: #555555;
		}
		
		#ddm li ul li
		{	float: none;
			display: inline;
			margin: 0;
			width: 200px;
			font-family: "Lucida Grande", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 12px;
			font-weight: normal;
			background: #333333;
		}
		
		#ddm li ul li a
		{	width: auto;
			background: url(../graphics/bg/menu_grad.png) repeat-y;
			border-bottom: 1px dotted #444444;
			border-right: none;
			color: #cccccc;
			height: 20px;
			padding: 5px; 
			padding-left: 20px;
			margin: 0;
			width: 150px;
			text-align: left;
			margin-right: 30px;
		}
		
		#ddm li ul li a:hover
		{	background: url(../graphics/bg/menu_grad_hover.png) repeat-y; color: #ffffff;}
