@import url(http://fonts.googleapis.com/css?family=Nunito&v1);

.ddsmoothmenu{
	
	
	float:left; padding-left:0px; margin-top:25px; 
	
	}

.ddsmoothmenu ul{

}

/*Top level list items*/
.ddsmoothmenu ul li{
	
	
	
	position: relative;
	list-style-type:none;
	display:inline;
	float:left;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color:#4a4a4a;
	line-height:29px;
	text-align:center;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	display:block;
	margin-left:3px; font-family:Arial, Helvetica, sans-serif;	
	
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.no-border{ border:none!important;}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

	color:#a71501;
		height:29px;
}

.ddsmoothmenu ul li a:hover{
	
	color:#a71501;
		height:29px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	margin-left:3px;
	position: absolute;
	left: 0;
	visibility: hidden;
	padding-right:10px;
	background:#000000;
	padding-left:15px;
	padding-top:15px;
	width:161px;
	z-index:2000!important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	text-align:left!important;
	
	color:white;
	display:list-item;
	margin:0px;
	padding:0px;
	height:36px;
	float:left;
	background-image: url(../images/nav_dot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}


.ddsmoothmenu ul li ul li a{
	
	color:#a09f9f!important;
	font-size:11px;
	
	width:160px; text-align:left;
}
.ddsmoothmenu ul li ul li a:hover{color:#FF0000!important;
	background:none;
	width:160px;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

