#navigation {
	color: #000;
	display: block;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 710px;
}

#nav, #nav ul {
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
}

#nav li {
	float: left;	
}

#nav li ul {
	left: -999em;
	position: absolute;
	width: 100px;
}

#nav li ul ul {
	margin: -1.5em 0px 0px 9.4em;
}

#nav li:hover ul ul {
	left: -999em;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

.maintab {
	background-repeat: repeat-x;
	border-right: 1px solid #653615;
	color: #ffffff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding-bottom: 0;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	//height:34px;
	//margin-top:3px;
}

.tab1, .tab3 {
	width:92px;
}

.tab2 {
	width:111px;
}

.tab4, .tab5 {
	width:119px;
}

.tab6 {
	width:99px;
}

.tab7 {
	border-right:none;
	width:72px;
}
 
.maintab:hover{
	color: #ffffff;
	text-decoration: none;
}

a.maintab:link {
	color: #ffffff;	
}
	
a.maintab {
	color: #ffffff;	
}
	
a.maintab:hover {
	color: #eeeed9;	
}
	
.listitems {
	background-color: #ffffff; 
	border-left: 1px solid #877768;
	border-right: 1px solid #877768;
	border-top: 1px solid #877768;
	font-size: 11px; 
	font-weight: normal; 
	padding-bottom: 4px; 
	padding-left: 4px; 
	padding-top: 4px; 
	text-align: left;
	width: 124px; 
}

.listitems1 {
	background-color: #ffffff; 
	border-bottom: 1px solid #877768;
	border-left: 1px solid #877768;
	border-right: 1px solid #877768;
	border-top: 1px solid #877768;
	font-size: 11px; 
	font-weight: normal; 
	padding-bottom: 4px; 
	padding-left: 4px; 
	padding-top: 4px; 
	text-align: left;
	width: 124px; 
}

.listitems a, .listitems1 a {
	color: #776351;
	display: block;
	text-decoration: none;
	width: 100%;
}

.listitems a:hover, .listitems1 a:hover {
	color: #000000;
	text-decoration: none;
}
