/*-------------[all lists]-------------*/

#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	color: white;
}

#nav li
{
	float: left;
/*	background: #444; */
	padding: 0px;
	width: 100px !important; /*moz width*/
	width: 100px; /*IE width*/ 
	/*border : 1px solid #f00;*/
}

#nav li a 
{
	display : block;
	padding: 0px 5px 0px 5px;
	width: 72px !important; /*moz width*/
	width: 72px; /*IE width*/ 

	text-decoration: none;
	color: #fff;
	text-align: left;
	font-weight : normal;
	/*border : 1px solid #ff0;*/
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #666;	/*
	background-color : #ccc; 
	border-top : 1px solid #eee;
	border-bottom : 1px solid #aaa;
	border-left : 1px solid #eee;
	border-right : 1px solid #aaa;
	*/
}

/*-------------[second-level lists]-------------*/
#nav li ul
{
	width: 80px !important; /*moz width*/
	width: 80px; /*IE width*/ 
	position : absolute;
	left: -999em;

	background-color : #3d68a9; 
	border-top : 1px solid #eee;
	border-bottom : 1px solid #aaa;
	border-left : 1px solid #eee;
	border-right : 1px solid #aaa;
	
	margin-left : 82px;
	margin-top : -22px;
		
}

#nav li ul li
{
	width: 80px !important; /*moz width*/
	width: 80px; /*IE width*/ 

}

#nav li ul a
{
	width: 80px !important; /*moz width*/
	width: 80px; /*IE width*/ 
	text-align: left;
	/*
	border-top : 1px solid #eee;
	border-bottom : 1px solid #aaa;
	border-left : 1px solid #eee;
	border-right : 1px solid #aaa;
	*/
}

/*-------------[third-and-above-level lists]-------------*/
#nav li ul ul
{
	left: -999em;
	margin: -22px 0 0 80px; /*works in Moz*/
}

/*-------------[Rollover item]-------------*/
#nav li a:hover
{
	color : #222;
	background-color : #eee;
	/* background-image: url('../images/bg_menu.jpg'); */
}


/*-------------[Active item (ie the page you are on)]-------------*/
#nav li#isactive a
{
	/*background-color : #ddd;*/
	
}
#nav li#isactive
{
	background: url('../images/arrow.gif') center right no-repeat;
}
/*-------------[Daddy - ie Parent]-------------*/
#nav a.daddy
{

	background: url('../../images/rightarrow.gif') center right no-repeat;
}



/*-------------[Do not edit from here]-------------*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
	left: -999em;
}
/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
	left: auto;
}
