/* start topbarmenu */
#topbar .menucontainer 
{
	width:auto;
	height:22px;
	overflow:hidden;
	float:left;
}

#topbar .menuItem
{
	color:#7f7f7f;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;					
	vertical-align:middle;
	height:22px;
	text-transform:none;	
	text-decoration:none;
	font-weight:bold;
	font-size: 90%;	
	background: transparent;
}

#topbar .menuItem:hover, #topbar .menuItem_Hover:hover, #topbar .menuItem_Hover {
	background: transparent;
}

#topbar .menuleft 
{
	display:none;
}

#topbar .menuright
{
	display:none;
}

#topbar .menuspacer {
	background: url(../img/mnutop_between.gif) top no-repeat;
	width:1px;
}

#topbar .menumain {
	background:transparent;
	padding-left:10px;
}

#topbar .menuSubItem_Container {
	border:1px solid #999;
	border-bottom-width:0;
	width:170px;
	width:170px;
	margin-top:-5px;
}

#topbar .menuSubItem 
{
	background-color:#fff;
	padding:4px 8px;
	border-bottom:1px solid #999;
	text-transform:none;
}


#topbar .menuSubItem, #topbar .menuSubItem:link, #topbar .menuSubItem:visited, #topbar .menuSubItem:active, #topbar .menuSubItem:hover {
	color : #424242;
	text-decoration:none;
	font-weight:normal;
}


#topbar .menuSubItem:hover
{
	background-color:#d1d1d1;
}
/* end topbarmenu */
/* start mainmenu */
#topnav .menucontainer {
	height:26px;
	width: 960px;
}

.menuleft {
	display:none;
}

.menumain {
	background: #000 url(../img/mnumain_bg.gif) top repeat-x;
	/*padding-left:10px;*/
}

.menuright {
	display:none;
}

.menuItem {
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;					
	vertical-align:middle;
	height:22px;
	text-transform:uppercase;	
	display:block;
	cursor:hand;
	cursor:pointer;
}

.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active, .menuItem:hover, .menuItem_Hover
{
	color : #fff;
	font-weight:bold;
	text-decoration:none;
}

.menuItem:hover, .menuItem_Hover:hover, .menuItem_Hover {
	background-image:url(../img/mnumain_over_bg.gif);
	background-repeat:repeat-x;
}

.menuspacer {
	background: url(../img/mnumain_between.gif) 0 -2px no-repeat;
	width:1px;
}

.menuSubItem_Container 
{
	visibility:hidden;
	position:absolute;
	overflow:visible;
	width:170px;
	margin-top:-2px;
	z-index:1000;
	border:1px solid #999;
	border-bottom:0px solid #999;
}
			
.menuSubItem 
{
	background-color:#333;
	padding:5px 8px;
	border-bottom:1px solid #999;
	display:block;					
	line-height:100%;
}


.menuSubItem, .menuSubItem:link, .menuSubItem:visited, .menuSubItem:active, .menuSubItem:hover {
	color : #fff;
	text-decoration:none;
}


.menuSubItem:hover
{
	background-color:#999;
	color: #000;
}
/* end mainmenu */
/* start footermenu */
.footermenu {
	position: absolute;
	right: -5px;
	top: 0;
}
.footermenu a:link, .footermenu a:visited, .footermenu a:active, .footermenu a:hover
{
	font-size:90%;
	border-right:1px solid #000;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	color:#000;
}

.footermenu a:hover 
{
	text-decoration:underline;
}

.footermenu a.lastitem {
	border-right-width:0!important;
}

/* end footermenu*/