/* Main Area of Top Menu */
#nav-container-outer {
	position:relative;
	z-index:12;
	/*width:700px;*/
	height:30px;
	background-color:#ce2042; /*top menu bgk */
	padding:0;
	margin-left:0px;
	margin-top:0px;
	z-index:50 !important;
	
}

/* Other Setting of the Top Menu Area */
#nav, #nav ul 
{
	float: left;
	width:795px;
	list-style: none;
	line-height: 1;
	background: #ce2042;
	font-weight: bold;
	padding:0;
	border-width:0px;
	margin:0;
}

#nav li ul
{
	left:100px;
}

/* This is to set the style of the Linking Top Menu */
#nav a
{
	display: block;
	white-space:nowrap;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	padding:8px 14px 7px;
	
}

#nav li {
	float: left;
	margin:0px;	
	height:30px;
	border-right:solid 1px white;
	padding:0px !important;
}

#nav li.lastli
{
	border-right:0px;
	padding-left: 2px !important;
	padding-right: 3px !important;
}
#nav li ul 
{
	position: absolute;
	left:-999px;
	height:auto;
	width:50px;
	font-weight: normal;
	border:0 none;	
	top:30px;
	margin:0px;
    list-style: none;
   
}

#nav li li{
	padding-right:0px;
	border-bottom:1px solid #eeeeee;
	background: #86152c;
	border-right:0px;
}


#nav li ul a 
{
	left:auto;
	text-align:left;
	padding:8px 5px;
	border:0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;	
}
#nav li:hover, #nav li.sfhover {
	background: #fb9090;	
}

#nav li.lastli ul
{
	margin-left:-47px;
	
}