/******************************************

*   Main or page navigation styles                       

******************************************/

/*Main Navbar */


#nav {
	background:#465D6F;
	font-size:1em;
	list-style-type: none;
}

	
#nav ul {
	list-style-type:none;
	line-height:1;
}


#nav a, #nav a:visited{
	display: block;
	text-decoration: none;
	border:none;
	font-weight:bold;
	color: #eee;
	padding:6px 12px;	
}


#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #fff;
}


#nav li ul {
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #666;
}


#nav li ul ul {
	margin: -2em 0 0 172px;
}


#nav li:hover ul ul{
	left: -999em;
}
 #nav li.sfhover ul ul {
	left: -999em;
}


#nav li:hover ul {
	left: auto;
}
#nav li li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#nav li li.sfhover ul {
	left: auto;
}

/* IE 6,7 problem when document is clicked */
/* Code placed by Subhashis Pandey on April 03, 2009 */

#nav li:hover, #nav li.hover {
	position: static;
}

#nav a:hover, #nav a:active {
	background:#7491A7;
	text-decoration:none;
}	

.current_page_item	a, #home .on  {background:#7491A7;}


#nav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#7491A7;
}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}

#nav li li a:hover, #nav li li a:active {background:#6F4649;}	


/* Last menu item */
/* By Subhashis */
ul#nav li:hover #last{
	margin:0;
	left:auto;
	right:180px;
}