@charset "utf-8";
/* CSS Document */

/* ------------------------------------MENU SECTION OF THE PAGE ---------------------------------------------------- */
#menu
{
	width:auto;
	height:46px;
	background:url(../aworan/navgation_bg.png) repeat-x bottom;
	width:auto;
	}

#menu ul
{
	list-style:none;
	padding:0;
	margin:0;
	}
.innerDrop ul
{
	min-width:14.3%;
	min-height:45px;
}

#menu ul li
{
	float:left;
	height:45px;
	line-height:45px;
	
	}
	
	
#menu ul li a.parent
{
	text-decoration:none !important;
	color: #1C70C4;
	padding:0 11px 0 4px;
	line-height:45px;
	display:block;
	text-transform:uppercase;
	font-size:11px;
	}

.dropWrap
{
	width:220px;
	height:auto;
	position:absolute;
	z-index:9999999;
	overflow:hidden !important;
	background:#f5f5f5;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	box-shadow:0 0 3px #999;
	border-left:2px solid red;
	margin-left:-5px;
	visibility:hidden;
	}

.dropWrap li
{
	height:45px !important;
	border-bottom:1px solid #ccc;
	width:100% !important;
	
	}
.dropWrap li a
{
		text-align:left !important;
		padding:0 20px;
		line-height:45px !important;
		text-decoration:none;		
		color:#333;
		display:block;
		text-shadow:1px 1px 1px #fff;
		border-top:1px solid #fff;
	}
	
.active
{
	background:url(../aworan/hover2.png) no-repeat bottom;
	}
	
.dropWrap li a:hover
{
	background-color:#1C70C4;
	text-decoration:none !important;
	border-top:none !important;
	text-shadow:1px 1px 1px #333;
	color:#fff;
	}

#menu ul li a.parent:hover
{
	
	color: #039;
	font-weight:bold;
	margin-left:-5px;
	padding-left:9px;
	}

/* ------------------------------------------------------------------------------------------------*/
