*
{
	margin: 0;
	padding: 0;
}

.wrap
{
	width: 945px;
	margin: 0 auto;
}

/* @group core nav menu */
#nav
{
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	
	height: 35px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:transparent;
	text-transform: capitalize;
}

#nav li
{ 
	float: left;
	display: block;
	background: none;
	position: relative;
	z-index: 999;
	margin: 0 1px;
	
	border-right-style: solid; border-right-width: 1px; border-right-color: #cdcdcd; }


#nav li a
{
	display: block;
	padding: 0;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	zoom: 1;
	
	padding: 0px 12px;
}
#nav li a:hover, #nav li a.hov
{
	background-color: #fff;

	color: #576482;
}

/* @group subnav */
#nav ul
{
	position: absolute;
	left: 1px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	
}
#nav ul li
{
	min-width: 200px;
	float: left;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	background-color: #e6e6e6;
	
}
#nav ul li:hover
{

	
	background-image: url('/images/topmenu.gif');
	background-repeat: repeat-x;
}

#nav ul a
{
	display: block;
	min-height: 20px;
	line-height: 20px;
	padding: 5px 5px;
	color: #666;
	
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	
}
#nav ul a:hover
{
	text-decoration: none;
	border-right-color: transparent;
	border-left-color: transparent;
	background: transparent;
	color: #fff;
}

* html #nav ul
{
	margin: 0 0 0 -2px;
}

/** @group clearfix **/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}

ml .clearfix { height: 1%; }

