

#nav {
	margin: 0;
	padding:0;
	line-height: 100%;
	height:49px;

}
#nav li {
	color: #383B3E;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/menu_line_img.png) right top no-repeat;
	padding-right: 4px;
	padding-left: 4px;
	position:relative;
}

#nav li.last {
	position: relative;
	list-style: none;
	background:none;
}

#nav li.drop_down {
	margin: 0 5px;
	padding:18px 15px 0 0;
	float:right;
	position: relative;
	list-style: none;
	background:none;
	height:35px;
}


.select_drop  {
	padding:2px;
	width:160px;
}



/* main level link */
#nav a {

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px;
	text-align: center;
	background-position: right top;
	display: block;
	height: 49px;
	color: #383B3E;
	text-decoration: none;

}
#nav a:hover {
	color:#D850AD;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background:none;
	color:#D850AD;
	background: none;

}


#nav ul a:hover {
	color:#000000;

}

/* dropdown */
#nav li:hover > ul, #nav li:hover > ul li:hover > ul {
	display: block;
	
}



/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 202px;
	position: absolute;
	top: 38px;
	left: 0;
	background: #FBE3D6 url(../images/gradient.png) repeat-x 0 0;
	padding-top:5px;
	background:url(../images/menu_bottom_bg.png) no-repeat;
	background-position:left bottom;
	padding-bottom:17px;
	margin-left:5px;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	padding-left:12px;
	background: none;
	line-height:20px;
	list-style: none;
	text-align:left;
	height:25px;
	background:url(../images/menu_middle.png) repeat-y;
	background-position:left top;
}

#nav ul a {
float:left;
height:auto;
	width:170px;
	padding:0px; margin:0px;
	line-height:16px;
	text-align:left;
	border-bottom:1px solid #999;
	padding-bottom:2px;
	font-size:13px;
	margin-bottom:2px;

}

#nav ul a:hover {
	color:#D850AD;

}


/* level 3+ list */

#nav ul {
	z-index:1000;
}

#nav ul ul {
	left:160px;
	top:-11px;
	z-index:2000;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
/*	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#nav ul li:last-child > a {
/*	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;*/
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}







/* -------------------------------------- new css of last nav link ------------------------------------------------------- */

/* dropdown */
#nav li:hover > ul.last_ul, #nav li:hover > ul.last_ul li:hover > ul.last_ul {
	display: block;
	
}



/* level 2 list */
#nav ul.last_ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	top: 38px;
	left: -29px;
	background: #FBE3D6 url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #ECBDA1;
	padding-top:10px;

/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);*/
}

#nav ul.last_ul li {
	float: none;
	margin: 0;
	padding: 0;
	padding-left:12px;
	background: none;
	line-height:20px;


	list-style: none;
	height:25px;
}

#nav ul.last_ul a {
	padding:0px 0 0 0px;
	line-height:15px;
	font-size:12px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;

}

#nav ul.last_ul a:hover {
	color:#000000;

}


/* level 3+ list */

#nav ul.last_ul {
	z-index:1000;
}

#nav ul.last_ul ul {
	left:-160px;
	top:-11px;
	z-index:2000;
}


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