
#menumain{
	/* The main container */
	text-align:center;
	width:100%;
	position:relative;
	height:100%;
  line-height: normal;
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:180px;
	margin:0 auto;
	padding:0px;
}

li.menu{
	list-style:none;
	text-align:left;
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.menubutton a{
	list-style:none;
	text-align:left;
	/* The section titles */
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	height:26px;
	overflow:hidden;
	padding:6px 20px 0px 10px;
	position:relative;
	width:150px;
	text-decoration:none;
}

li.menubutton a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

/* Setting up different styles for each section color */

li.menubutton a.menu{text-decoration:none; background:url(img/menu.png) repeat-x top left; color:#643300;}
li.menubutton a.menu span{text-decoration:none; background:url(img/menu.png) repeat-x top right;}

/* The hover effects */

li.menubutton a:hover{text-decoration:none; background-position:bottom left;}
li.menubutton a:hover span{text-decoration:none; background-position:bottom right;}

li.menubuttonempty a{
	list-style:none;
	text-align:left;
	/* The section titles */
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	height:26px;
	overflow:hidden;
	padding:6px 20px 0px 10px;
	position:relative;
	width:150px;
	text-decoration:none;
}

li.menubuttonempty a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.menubuttonempty a.menu{text-decoration:none; background:url(img/menuempty.png) repeat-x top left; color:#643300;}
li.menubuttonempty a.menu span{text-decoration:none; background:url(img/menuempty.png) repeat-x top right;}


.dropdown{
	list-style:none;
	text-align:left;
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:100%;
}

.dropdown li{
	list-style:none;
	text-align:left;
	/* Each element in the expandable list */
	background-color:#fdee98;
	border:1px solid #ffffcc;
	color:#7e6638;
	margin:0px 0;
	padding:4px 8px;
}


a.menu, a.menu:visited {
	color:#993300;
	text-decoration:none;
	outline:none;
}

a.menu:hover, a.menu:active{
	text-decoration: underline; 
}

li a:hover{
	text-decoration: underline; 
}

a.submenu2{
	font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#993300;
  font-size:13px;
	font-weight: bold;
		text-decoration:none; 
}


a.submenu3{
	font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#993300;
  font-size:13px;
	font-weight: normal;
		text-decoration:none;
}

a.submenu4{
	font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#993300;
  font-size:12px;
	font-weight: normal;
		text-decoration:none;
}

a.submenu5{
	font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#993300;
  font-size:11px;
	font-weight: normal;
		text-decoration:none;
}

