/* Basic code - don't modify */

#nav
{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a
{
	display: block;
}
#nav ul
{
	display: none;
	position: absolute;
	left: 0px;
	margin: 0;
	padding: 0;
	top:0px;
	background-color: #333;
	background-image:url('../Images/back_slide_menu.png');
	background-position:top;
	background-repeat:repeat-x;
}
* html #nav ul
{
	line-height: 0;
}
/* IE6 "fix" */
#nav ul li a.first
{
	font-size: 12px !important;
	font-weight: bold !important;
}
#nav ul a
{
	zoom: 1;
	font-weight: normal !important;
	font-size: 11px !important;
	/*border-bottom: 1px solid #2C2C2C !important;*/
	width:100%;
}
/* IE6/7 fix */
#nav ul li
{
	float: none;
	padding: 0 !important;
	text-align: left;
	width:100%;
}
#nav ul li a
{
	padding: 6px 10px !important;
}
#nav ul ul
{
	top: 0;
}

/* Essentials - configure this */

#nav ul li
{
}

#nav ul ul
{
}
