
.ddsmoothmenu-v {
	background-image:url(../images/nav_bg.jpg) !important;
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	padding:0 0px 0 15px;
}
.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type: none;
	font: normal 12px Arial;
	
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	float:left;
	height:36px;
	line-height:36px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	padding: 3px 6px;
	border-right: 1px solid #fff;
	font-size:12px !important;
	font-family:Arial, Verdana,  Tahoma;

}


.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, 
.ddsmoothmenu-v ul li a:active{
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	border-bottom:none !important;	
}

.menulist ul li:fist-child a:link, .menulist ul li:fist-child a:visited, .menulist ul li:fist-child a:active{
				line-height:36px !important;
}
.ddsmoothmenu-v ul li ul li
{
	width:200px;
	height:26px !important;
	float:left !important;
	clear:both !important;
	border-top:1px solid #FFF !important;
	z-index:0 !important;
}
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, 
.ddsmoothmenu-v ul li ul li a:active{
	background-color:#BBCDCE !important; /*background of menu items (default state)*/
	color:#000;
	height:25px !important;
	line-height:25px !important;
	font-weight:normal;	
	font-family:Arial, Verdana, Tahoma;
	padding:0 0 1px 10px;
}
.ddsmoothmenu-v ul li ul li a:hover
	{
		background-color: #7b0b07 !important; /*background of menu items during onmouseover (hover state)*/
		color: #FFF;
		line-height:25px !important;
		padding:0 0 1px 10px;
		height:25px;
	
	}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #7b0b07;
	color: #FFF;
	
	
}

.ddsmoothmenu-v ul li a:hover{
	background: #7b0b07; /*background of menu items during onmouseover (hover state)*/
	color: #FFF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 145px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}
.ddsmoothmenu-v ul li ul li ul {
	width: 140px; /*Sub Sub Menu Items width */
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	/* opacity: 0.2;*/
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

