@import url(http://fonts.googleapis.com/css?family=Nunito&v1);
.custom-adminbar{background:url(../images/admin-bar.gif) left top repeat-x;overflow: hidden;}
.menu{background:url(../images/admin-bar.gif) left top repeat-x;padding: 4px 0px;}
.custom-adminbar-wrap{width:975px; margin:0 auto;}
/*.ddsmoothmenu_admin{ padding-top:3px;
	
	
	 
	
	}*/

.ddsmoothmenu_admin ul{

}

/*Top level list items*/
.ddsmoothmenu_admin ul li{
	
	
	
	position: relative;
	list-style-type:none;
	display:inline;
	float:left;line-height:29px;
	 margin-right:23px;

}

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


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

}

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

	color:#fff!important;
		height:29px;
}

.ddsmoothmenu_admin ul li a:hover{
	
	color:#fff!important;
	
}
	
/*1st sub level menu*/
.ddsmoothmenu_admin ul li ul{
	
	position: absolute;
	left: 0;padding-left: 0px;
	visibility: hidden;
	
	background:#333333;
	
	width:161px;
	z-index:2000!important;
}

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


.ddsmoothmenu_admin ul li ul li a{
	
	color:#fff!important;  background:#333;
	font-size:10px;
	padding-left: 13px;
	 text-align:left;font-size:12px!important;
}
.ddsmoothmenu_admin ul li ul li a:hover{color:#fff!important;
	background:none; background:#222222;
	}
/* Holly Hack for IE \*/
* html .ddsmoothmenu_admin{height: 1%;} /*Holly Hack for IE7 and below*/


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

li.arrow{


 background:url(../images/arrow.gif) right 13px no-repeat; padding-right:5px; 
}
li span{ /*background-color:#c03a3b;*/ padding:0 5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; /*color:#fff!important;*/
}

.downarrowclass{
position: absolute;
top: 12px;
right: 7px; display:none;
}
.rightarrowclass{
position: absolute; display:none;
top: 6px;
right: 5px;
}

#sign_button{ font-size:12px!important;}
#sign_button a{ font-size:12px!important;}