@charset "utf-8";
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */
#menucontainer {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #266A95;
	background-image: url(../images/menu-bg.jpg)
	background-repeat: repeat-x;
	overflow: auto;
	}
	
.menu {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/button1.gif);
	position:relative;
 /*border:1px solid #000;
   border-width:0 1px; 
	border-bottom:1px solid #444; */
	}
	
.menu li {
	float:left;
	}
	
.menu li a {
	display:block;
	float:left;
	height:35px;
	color:#000;
	text-decoration:none;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
	font: bold 11px/35px arial, verdana, sans-serif;
	}
	
.menu li a b {
	float:left;
	display:block;
	padding:0 8px;
	}
	
.menu li.current a {
	color:#fff; 
	background:url(../images/button3.gif);
	}
	
.menu li.current a b {
	background:url(../images/button3.gif) no-repeat right top;
	}
	
.menu li a:hover {
	color:#fff; 
	background:#000 url(../images/button4.gif);
	}
	
.menu li a:hover b {
	background:url(../images/button4.gif) no-repeat right top;
	}
	
.menu li.current a:hover {
	color:#fff; 
	background:#000 url(../images/button3.gif); 
	cursor:default;
	}
	
.menu li.current a:hover b {
	background:url(../images/button3.gif) no-repeat right top;
	}
