#menu-section .menu
{
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 100%;
	display: block;
	background: url('img/topMenuImages.png') repeat-x;
}

#menu-section .menu li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}
#menu-section .menu li a
{
	float: left;
	padding-left: 10px;
	display: block;
	color: #FFCE40;
	text-decoration: none;
	cursor: pointer;
	background: url('img/topMenuImages.png') 0px -30px no-repeat;
}

#menu-section .menu li a span
{
	line-height: 30px;
	float: left;
	display: block;
	padding-right: 15px;
	background: url('img/topMenuImages.png') 100% -30px no-repeat;
}

#menu-section .menu li a:hover
{
	background-position: 0px -60px;
	color: #A67B00;
}

#menu-section .menu li a:hover span
{
	background-position: 100% -60px;
}

#menu-section .menu li a.current, .menu li a.current:hover
{
	line-height: 30px;
	background: url('img/topMenuImages.png') 0px -90px no-repeat; 
	color: #A67B00;
}

#menu-section .menu li a.current span, .menu li a.current:hover span
{
	background: url('img/topMenuImages.png') 100% -90px no-repeat;
}

/* sub menu */
#teaser-section .submenu ul {
	float: left;
	list-style-type: none;
	width: 100%;
	font-size: 1.0em;
	margin: 0px;
}

#teaser-section .submenu ul li {
	margin: 0px 0px 0px 0px;
/*	padding: 5px 0px 5px 15px;*/
	border-bottom: 1px dotted #A67B00;
	
	background: transparent url(img/list-icon.gif) no-repeat scroll 0.2em 1.1em;
	height: 1%;
	padding: 0 0 0.33em 1.4em;
	list-style-type: none;
}

#teaser-section .submenu ul li.last {
	border-bottom-style: solid;
}

#teaser-section .submenu ul li a {
	display: block;
	padding: 6px 3px 3px 0px;
}

/* footer menu */
#bottom-section .right ul
{
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bottom-section .right ul li
{
	list-style-type: none;
}