
/* start mainmenu */
#topnav .menucontainer {
	width: 966px;
}

.menuleft {
	display:none;
}

.menumain {
	background-image:url(../img/mnumain_bg.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	height:28px;
}

.menuright {
	display:none;
}

.menuItem {
	padding: 0px 13px;			
	vertical-align:middle;
	height:28px;
	display:block;
	cursor:hand;
	cursor:pointer;
	line-height:28px;
}

.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active, .menuItem:hover, .menuItem_Hover
{
	color : #d8d8d8;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	z-index:1000;
}

.menuItem:hover, .menuItem_Hover:hover, .menuItem_Hover {
	background-image:url(../img/mnumain_over_bg.gif);
	background-repeat:repeat-x;
}

.menuspacer {
	background-image:url(../img/mnumain_between.gif);
	background-repeat:no-repeat;
	width:2px;
	height:28px;
}

.menuSubItem_Container 
{
	visibility:hidden;
	position:absolute;
	overflow:visible;
	width:170px;
	z-index:99999;
	border:1px solid #c6c6c6;
	border-top-width:0;
	border-bottom-width:0;
	margin-top: -2px;
}
			
.menuSubItem 
{
	background-color:#fff;
	padding:7px 14px;
	border-bottom:1px solid #c6c6c6;
	display:block;					
	line-height:100%;
}


.menuSubItem, .menuSubItem:link, .menuSubItem:visited, .menuSubItem:active, .menuSubItem:hover {
	color : #000000;
	text-decoration:none;
	font-weight:bold;
}


.menuSubItem:hover
{
	background-color:#fff;
	color:009334;
}
/* end mainmenu */


/* start topbarmenu */
#topbar .menucontainer 
{
	width:auto;
	height:24px;
	overflow:hidden;
	float:left;
}

#topbar .menuItem
{
	color:#fff;
	padding:0 10px;				
	vertical-align:middle;
	height:24px;
	text-transform:none;	
	text-decoration:underline;
	font-weight:bold;	
	font-size:11px;
	
}

#topbar .menuItem:hover, #topbar .menuItem_Hover:hover, #topbar .menuItem_Hover {
	background-image:none;
	text-decoration:underline;
}

#topbar .menuleft 
{
	display:none;
	clear: both;
}

#topbar .menuright
{
	display:none;
}

#topbar .menuspacer {
	background: #fff;
	width: 0;
}

#topbar .menumain {
	background:none;
	padding-left:4px;
}

#topbar .menuSubItem_Container {
	/*border:0px solid #c6c6c6;*/
	border-top-width:0;
	border-bottom-width:0;
	width:170px;
	margin-top:-5px;
	z-index: 999;
	position: absolute;
}

#topbar .menuSubItem 
{
	/*background: #fff url(../img/submenu-idle.gif) bottom repeat-x;*/
	padding:7px 14px;
	/*border-bottom:1px solid #c6c6c6;*/
	display:block;					
	line-height:100%;
}


#topbar .menuSubItem, #topbar .menuSubItem:link, #topbar .menuSubItem:visited, #topbar .menuSubItem:active, #topbar .menuSubItem:hover {
	color : #333333;
	text-decoration:none;
	font-weight:normal;
}


#topbar .menuSubItem:hover
{
	/*background: #e8ebf1 url(../img/submenu-hover.gif) bottom repeat-x;*/
	color: #009334;
}
/* end topbarmenu */


/* start footermenu */
.footermenu {
	position: absolute;
	right: 0;
	padding-top:10px;
	color: #fff;
}
.footermenu a:link, .footermenu a:visited, .footermenu a:active, .footermenu a:hover
{
	font-size:90%;
	padding-left:5px;
	padding-right:10px;
	text-decoration:none;
	color: #fff;
}

.footermenu a:hover 
{
	text-decoration:underline;
}

.footermenu a.lastitem {
	border-right-width:0!important;
}

/* end footermenu*/
