/*Mainmenu */

#MainMenu {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:800px;
	height:26px;
	background:url(../img/mainmenu_bg.gif) repeat-x;
}

#MainMenu:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#SAMenu1
{
	display:block;
	position:relative;
	width:799px;
	height:25px;
	padding:0;
	margin:0;
	list-style:none;
	border-left: solid 1px #fff;
}

#SAMenu1:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#SAMenu1 li
{
	display:inline;
	position:relative;
	margin:0;
	padding: 0;
	float:left;
	height:25px;
	line-height:25px;
	border-right: solid 1px #fff;
}

#SAMenu1 li a 
{
	display:inline;
	position:relative;
	text-decoration: none;
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#000;	
	padding:0 17px 0 15px;
	margin:0;
	float:left;	
}

#SAMenu1 li a.Selected,#SAMenu1 li a.AtWay, #SAMenu1 li a:hover {
	background: #e6f2cf;
}

/*Anchormenu */

#Anchormenu {
	display:block;
	position:relative;
	margin:0 0 0 30px;
	padding:0;
	width:540px;
	background:url(../img/mainmenu_bg.gif);
	border-left: solid 1px #fff;
}

#Anchormenu:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#SAMenu2
{
	display:block;
	position:relative;
	width:540px;
	padding:0;
	margin:0;
	list-style:none;
	border-left: solid 1px #fff;
	min-height:26px;
	height: auto;
	line-height:26px;
	white-space: nowrap;
}

#SAMenu2:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.MenuAnchor
{
	display:inline;
	position:relative;
	margin:0;
	padding: 0;
	float:left;
	height:26px;
	line-height:26px;
	border-right: solid 1px #fff;
}

.MenuAnchor a 
{
	display:inline;
	position:relative;
	text-decoration: none;
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#000;	
	padding:0 17px 0 15px;
	margin:0;
	float:left;	
		height:26px;
	line-height:26px;
}

.MenuAnchor a:hover {
	background: #e6f2cf;
}
