.ddsmoothmenu{
	padding: 1px;
}

.ddsmoothmenu ul{
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;
	margin: 0;
	padding-left: 15%;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background:url(../images/li_sprt.png) no-repeat right;}
.ddsmoothmenu ul li:last-child{ background:none !important;}

/****************************Important this is to show the black upper boder in li**************************************************/
.ddsmoothmenu ul li:hover{
}

/******************************************************************************/
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding-top:32px;
	padding-left:13px;
	padding-bottom:5px;
	padding-right:20px;
	line-height: 15px;
         font:10.5pt solid #cc3333;
	color: #2a2b2c;	
         font-family: sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:1px;
	outline: none;
        }

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

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #cc3333;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	visibility: hidden;
	box-shadow: 0px 0px 3px 1px #999;
	-webkit-box-shadow: 0px 0px 3px 1px #999;
	background: url("http://followersandlikes4u.com/wp-content/uploads/2014/07/background-header-image1.jpg");	
	border-bottom:5px solid #cc3333;
         
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float:left;
padding:5px;
width:auto;
min-width:200px;
height:20px;
border-bottom:2px solid #e1e1e1;
}
.ddsmoothmenu ul li ul li:hover{
background:none;
}
.ddsmoothmenu ul li ul li a{

}
.ddsmoothmenu ul li ul li:first-child{
	
}
.ddsmoothmenu ul li ul li:last-child{
		border-bottom:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 400;
	width: auto; /*width of sub menus*/
	min-width:140px;
	height: 8px;
	line-height: 8pt;
	padding:5px !important;
	font-size: 12pt;
	text-align: left;
	background: none;
	color: #000000;
border-bottom:#2px underline #e1e1e1;
}

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	letter-spacing:1px;
	background: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


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



.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}
/* menu */

.ddsmoothmenu ul li.current-menu-item a{
	color: #cc3333;
}
