/* start topbarmenu */
#topbar .menucontainer 
{
	width:auto;
	height:30px;
	overflow:hidden;
	float:left;
}

#topbar .menuItem
{
	color : #fff;
	text-decoration:none;
	font-weight:normal;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;					
	vertical-align:middle;
	height:24px;
	text-transform:none;	
	display:block;
	cursor:hand;
	cursor:pointer;
	font-size: 90%;
	background: transparent!important;
}

#topbar .menuItem:hover, #topbar .menuItem_Hover:hover, #topbar .menuItem_Hover {
	text-decoration:underline;
}

#topbar .menuleft 
{
	display:none;
}

#topbar .menuright
{
	display:none;
}

#topbar .menuspacer {
	background: url(../img/mnutop_between.gif) top no-repeat;
	width: 1px;
}

#topbar .menumain {
	padding-left:10px;
	background: transparent;
}

#topbar .menuSubItem_Container {
	border:1px solid #5a6ba3;
	border-bottom: 0px solid #5a6ba3;
	width:170px;
	width:170px;
	margin-top:-5px;
}

#topbar .menuSubItem 
{
	background: #c3dcf9;
	padding:4px 10px;
	border-bottom:1px solid #001037;
	display:block;					
	line-height:100%;
}


#topbar .menuSubItem, #topbar .menuSubItem:link, #topbar .menuSubItem:visited, #topbar .menuSubItem:active {
	color : #001037;
	text-decoration:none;
}
#topbar .menuSubItem:hover {
	background: #a6c6ec;
}

/* end topbarmenu */
/* start mainmenu */
.menucontainer {
	height: 34px;
	width: 956px;
}

.menuleft {
	background:url(../img/mnumain_left.gif) no-repeat;
	width:10px;
}

.menumain {
	background:url(../img/mnumain_bg.gif) repeat-x;
}

.menuright {
	background:url(../img/mnumain_right.gif) no-repeat;
	width:10px;
}

.menuItem {
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;					
	vertical-align:middle;
	height:26px;
	display:block;
	cursor:hand;
	cursor:pointer;
}

#topnav.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active, .menuItem:hover, .menuItem_Hover
{
	color : #fff;
	text-decoration:none;
}

.menuItem:hover, .menuItem_Hover:hover, .menuItem_Hover {
	background: #f08190 url(../img/mnumain_bg_hover.gif) top repeat-x;
}

.menuspacer {
	background-image:url(../img/mnumain_between.gif);
	width:1px;
}

.menuSubItem_Container 
{
	visibility:hidden;
	position:absolute;
	overflow:visible;
	width:170px;
	margin-top:-1px;
	z-index:1000;
	border-left:1px solid #001037;
	border-right:1px solid #001037;
	border-top:1px solid #001037;

}
			
.menuSubItem 
{
	background: #c3dcf9;
	padding:4px 10px;
	border-bottom:1px solid #001037;
	display:block;					
	line-height:100%;
}


.menuSubItem, .menuSubItem:link, .menuSubItem:visited, .menuSubItem:active {
	color : #001037;
	text-decoration:none;
}


.menuSubItem:hover
{
	background: #a6c6ec;
}
/* end mainmenu */
/* start footermenu */
#footer .footermenu {
	position: absolute;
	right: -5px;
	top: 0;
}
#footer .footermenu a:link, #footer .footermenu a:visited, #footer .footermenu a:active, #footer .footermenu a:hover
{
	font-size:90%;
	border-right:1px solid #fff;
	padding-left:5px;
	padding-right:8px;
	text-decoration:underline;
	color:#fff;
}

#footer .footermenu a:hover 
{
	text-decoration:none;
}

#footer .footermenu a.lastitem {
	border-right-width:0!important;
}

/* end footermenu*/