@charset "UTF-8";

#Mmenu {
	width: 435px;
	height: 41px;
	position:relative;
	left:35px;
	background-image: url(../images/menu_background.png);
}
#Mmenu ul {
	list-style-type: none;
	margin: 0px 0px 0px -5px;
}
#Mmenu li {
	margin:0;
	float: left;
}
#Mmenu a {
	height: 60px;
	color: #fff;
	text-decoration: none;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_bullet.gif);
}
#Mmenu a:hover {
	color: #0CC;
	background-image: url(../images/arrow_bulletOn.gif);
}

/* ///////////// MENU //////////// */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#MMmenu {
	position:relative;
	top:12px;
}
#MMmenu li:hover {
	position:relative;
}
#MMmenu a {
	text-decoration: none;
	padding-left: 13px;
}
#MMmenu a:hover {
	padding-left: 13px;
}
#MMmenu a span {
	padding-right: 13px;
}
#MMmenu a:hover span {
	padding-right: 13px
}
#MMmenu a, #MMmenu a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#MMmenu a, #MMmenu a span {
	float: none
}
#MMmenu li a {
	display:block;
	float:left;
	text-decoration:none;
}
/* Style the list OR link hover. Depends on which browser is used */
#MMmenu li a:hover {
	position:relative;
	color:#fff;
}
#MMmenu :hover ul {
	left:0;
	top:28px;
	width:120px;
}
/* keep the 'next' level invisible by placing it off screen. */
#MMmenu ul, #MMmenu :hover ul ul {
	width:0;
	height:0;
	position:absolute;
	left:-9999px;
	top:-9999px;
	margin:0;
	padding:0;
	list-style:none;
}
#MMmenu :hover ul :hover ul {
	left:144px;
	top:-1px;
	background:#222;
	white-space:nowrap;
	width:260px;
	height:auto;
}
#MMmenu :hover ul li {
	margin:0;
	border-top:1px solid #fff;
}
#MMmenu :hover ul li a {
	width:200px;
	height:30px;
	background:#036;
	text-indent:20px;
	line-height:30px;
	padding:0;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_bullet.gif);
}
#MMmenu :hover ul :hover {
	background-color:#00b0d8;
	background-image: url(../images/arrow_bulletOn2.gif);
	color: #036;
}