#menu {
width: auto;
height:auto;
background: #eee;
float: left;
height:15px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;

}


/**dropdown positioning**/
#menu li {position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
/**hover**/
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/**  box Style  ***/
#menu a, #menu .top, #menu .top_select{
font-family: century gothic;
display: block;
margin: 0;
padding: 1 12 0 13;
height:auto;

}

#menu .top {
color: #fff;
background: #7b7b73;
text-transform: uppercase;
width:auto;
}

#menu .top_select {
color: #fff;
background: #395A39;
text-transform: uppercase;
width:auto;
}


#menu a {
	color: #ffffff;
	background-color: #7b7b73;
	width:130px;
}
#menu a:hover {
	color: #ffffff;
	background-color: #395A39;
}

.mainnavlinkssel {
	font-family: century gothic;
	font-size: 10px;	
	text-decoration: none;
	color: #ffffff;
	background-color: #395A39;
	width:100%;
	height:17;
}
.mainnavlinkssel:hover {
	font-family: century gothic;
	font-size: 10px;	
	text-decoration: none;
	color: #ffffff;
	background-color: #395A39;
	width:100%;
	height:17;
}
.mainnavlinks {
	font-family: century gothic;
	font-size: 10px;	
	text-decoration: none;
	color: #fff;
	background: #7b7b73;
	text-transform: uppercase;
	width:100%;
	height:17;
}
.mainnavlinks:hover {
	font-family: century gothic;
	font-size: 10px;	
	text-decoration: none;
	color: #fff;
	background: #395A39;
	text-transform: uppercase;
	width:100%;
	height:17;
}
a.subnavlinks {
	font-family: Trebuchet MS, arial, serif;
	font-size: 9pt;
	font-weight: bold;	
	text-decoration: none;
	color: #2F2F60;
}
a.subnavlinks:hover {
	font-family: Trebuchet MS, arial, serif;
	font-size: 9pt;
	font-weight: bold;	
	text-decoration: none;
	color: #2F6090;
}