/*MENUS*/	
#dmenu{
	margin:0;
	padding:0;
	list-style:none;	
}
/* Root Level Menu */
#dmenu li {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	border-left:1px solid #e0e0e0;
	height:21px;
	line-height:21px;
}
#dmenu li.first{
	border:none;	
}
#dmenu li a{
	text-decoration:none;		
	margin:0px 20px 0px 20px;				
	display:block;	
	font-size:14px;
	color:#333;		
	font-family: 'Alegreya Sans SC';
	font-weight:500;
	text-transform:uppercase;
}
#dmenu li.first a{
	margin-left:0px;
	background:url(../images/home_icon.png) left center no-repeat;
	width:17px;
	text-indent:-9999px;
	display:block;
}
#dmenu li a:hover{	
	color:#5d177b;
}
/* Root Level Menu End */

/* General END */
/* DHTML Menu END */

/* Current and Active menus*/
#menu .actmnu a{
	color:#5d177b;	
}
#menu .curmnu a{
	color:#5d177b;
}
/* Current and Active menus END*/
/*MENU END*/
/* SUBMENU START */
#submenu{

}
#submenu ul{
	margin:0px;
}
#submenu ul li{
	list-style:none;
	line-height:16px;
	margin-bottom:5px;
}
#submenu ul li a{
	color:#5d177b;
	font-size:14px;
	font-weight:700;
	line-height:16px;
}
#submenu ul li ul.third_level{
	margin:5px 0px 8px 10px;
}
#submenu ul li ul.third_level li{
	margin-bottom:5px;
}
#submenu ul li ul.third_level li a{
	font-weight:400;
}
#submenu li a:hover,#submenu .actmnu > a,#submenu .curmnu > a{
	color:#000;	
}
/* SUBMENU END */