@charset "utf-8";
/* CSS Document */

/* 	===================================================================================================
												Drop Down Menu
===================================================================================================  */
.menu-new {
	width: 733px;
	float:left;
	height: 39px;
	background: url(../images/menu-border.gif) repeat-x left bottom;
	background-color: #000;
	left: 0;
	padding-top: 9px;
}

#nav, #nav ul {
	float: left;
	width: 733px;
	height: 30px;
	list-style: none;
	padding: 0px 0 0 0px;
	margin:0px;
	background: url(../images/menu-bg.jpg) no-repeat left top;	
}
#nav li
{
	float: left;
	padding: 0;
	margin: 0;
}
#nav a 
{
	display: block;
	text-decoration: none;
	padding:0px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0px 0 0 0;
	padding: 9px 0 0 0px;
	width: 180px;
	background: none;
	z-index:1000;
}

#nav li li 
{
/*	text-indent:-999px;*/
	margin:0px;
	color: #FFFFFF;
	line-height: 12px;
}

#nav li ul a 
{
	padding: 10px 0px 0px 10px;
	margin: 0;
	line-height: 13px;
	text-indent: 1px;
	color: #E2D6C0;
	font-size: 11px;
	width: 160px;
	text-decoration:none;
	background:  #414141 url(../images/bg-hline.jpg) no-repeat bottom center;
	float: left;
}

#nav li ul a:hover
{
	text-decoration:none;
	color: #ECBC3B;
	background:  #414141 url(../images/bg-hline.jpg) no-repeat bottom center;
}

#nav li ul ul
{
	margin:0px;
	padding: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: none;
}

.m1 a {
	left: 0px; top: 0px;
	width: 85px;
	height: 30px;
	text-indent: -99999px;
}
.m2 a{
	left: 85px; top: 0px; 
	width: 90px;
	height:30px;
	text-indent: -99999px;		
}
.m3 a {
	left: 175px; top: 0px; width: 110px;
	height:30px;
	text-indent: -99999px;	
}

.m4 a {
	left: 285px; top: 0px; width: 103px;
	height:30px;
	text-indent: -99999px;	
}

.m5 a {
	left: 388px; top: 0px; width: 93px;
	height:30px;
	text-indent: -99999px;	
}

.m6 a {
	left: 481px; top: 0px; width: 146px;
	height:30px;
	text-indent: -99999px;	
}

.m7 a {
	left: 627px; top: 0px; width: 106px;
	height:30px;
	text-indent: -99999px;	
}

.m1 a:hover,
.m1 a.active {
	background: transparent url(../images/menu-bg.jpg) 0px -30px; 
}

.m2 a:hover,
.m2 a.active {
	background: transparent url(../images/menu-bg.jpg) -85px -30px;
}

.m3 a:hover,
.m3 a.active {
	background: transparent  url(../images/menu-bg.jpg) -175px -30px;
}

.m4 a:hover,
.m4 a.active {
	background: transparent url(../images/menu-bg.jpg) -285px -30px;
}

.m5 a:hover,
.m5 a.active {
	background: transparent url(../images/menu-bg.jpg) -388px -30px;
}

.m6 a:hover,
.m6 a.active {
	background: transparent  url(../images/menu-bg.jpg) -481px -30px;
}

.m7 a:hover,
.m7 a.active {
	background: transparent url(../images/menu-bg.jpg) -627px -30px;
}
.m1a {
	background: transparent url(../images/menu-bg.jpg) 0px -60px; width: 85px; left: 0px; 
}
.m2a {
	background: transparent url(../images/menu-bg.jpg) -85px -60px;width: 90px;left: 85px;
}
.m3a {
	background: transparent  url(../images/menu-bg.jpg) -175px -60px;width: 110px;left: 175px;
}
.m4a {
	background: transparent url(../images/menu-bg.jpg) -285px -60px; width: 103px;left: 285px;
}
.m5a a {
	left: 388px; top: 0px; width: 93px;
	height: 30px;
	padding: 0;
	text-indent: -99999px;
	background: transparent url(../images/menu-bg.jpg) -388px -60px;width: 93px;left: 388px;
}
.m6a {
	background: transparent  url(../images/menu-bg.jpg) -481px -60px;width: 146px;left: 481px;
}
.m7a {
	background: transparent url(../images/menu-bg.jpg) -627px -60px;width: 106px; left:627px;
}
/*ul.dd-menu {
	float: left;
	padding: 0;
	margin: 0;
	width: 100px;
}
ul.dd-menu  {
	list-style: none;
	width: 100px;	
}
ul.dd-menu li {
	list-style: none;
	float: left;
	width: 100px;	
}
ul.dd-menu li a {
	text-decoration: none;
}*/