
/* start mainmenu */
#topnav .menucontainer {
	width: 803px;
}

.menuleft {
	display:none;
}

.menumain {
	background-image:url(../img/mnumain_bg.gif);
	background-repeat:repeat-x;
	background-color:#eeeff4;
	height:25px;
}

.menuright {
	display:none;
}

.menuItem {
	padding: 0px 14px;			
	vertical-align:middle;
	height:25px;
	display:block;
	cursor:hand;
	cursor:pointer;
	line-height:22px;
}

.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active, .menuItem:hover, .menuItem_Hover
{
	color : #fff;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	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);
	width:2px;
	height:25px;
}

.menuSubItem_Container 
{
	visibility:hidden;
	position:absolute;
	overflow:visible;
	width:170px;
	z-index:99999;
	border:1px solid #5a6ba3;
	border-top-width:0;
	border-bottom-width:0;
	margin-top: -2px;
}
			
.menuSubItem 
{
	background-color:#e5ecf3;
	padding:7px 14px;
	border-bottom:1px solid #213a70;
	display:block;					
	line-height:100%;
}


.menuSubItem, .menuSubItem:link, .menuSubItem:visited, .menuSubItem:active, .menuSubItem:hover {
	color : #213a70;
	text-decoration:none;
	font-weight:bold;
}


.menuSubItem:hover
{
	background-color:#bcc4d4;
}
/* end mainmenu */


/* start topbarmenu */
#topbar .menucontainer 
{
	width:auto;
	height:24px;
	overflow:hidden;
	float:left;
}

#topbar .menuItem
{
	color:#1c3a76;
	padding:0 15px;				
	vertical-align:middle;
	height:24px;
	text-transform:none;	
	text-decoration:none;
	font-weight:normal;	
	font-size:12px;
}

#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 #5a6ba3;
	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 #213a70;
	display:block;					
	line-height:100%;
}


#topbar .menuSubItem, #topbar .menuSubItem:link, #topbar .menuSubItem:visited, #topbar .menuSubItem:active, #topbar .menuSubItem:hover {
	color : #0c2577;
	text-decoration:none;
	font-weight:normal;
}


#topbar .menuSubItem:hover
{
	/*background: #e8ebf1 url(../img/submenu-hover.gif) bottom repeat-x;*/
	color: #f86601;
}
/* end topbarmenu */


/* start footermenu */
.footermenu {
	position: absolute;
	right: -5px;
	top: 0;
	color: #666666;
}
.footermenu a:link, .footermenu a:visited, .footermenu a:active, .footermenu a:hover
{
	font-size:90%;
	border-right:1px solid #fff;
	padding-left:5px;
	padding-right:10px;
	text-decoration:none;
	color: #666666;
}

.footermenu a:hover 
{
	text-decoration:underline;
}

.footermenu a.lastitem {
	border-right-width:0!important;
}

/* end footermenu*/
