/* start topbarmenu */
#topbar .menucontainer 
{
	width:auto;
	height:24px;
	overflow:hidden;
	float:left;
	background: transparent;
}

#topbar .menuItem
{
	background: transparent;
	color:#000;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;					
	vertical-align:middle;
	height:24px;
	text-transform:none;	
	text-decoration:none;
	font-weight:normal;	
}

#topbar .menuItem:hover, #topbar .menuItem_Hover:hover, #topbar .menuItem_Hover {
	color:#959595;
	background: transparent;
}

#topbar .menuleft 
{
	display:none;
	background: transparent;
}

#topbar .menuright
{
	display:none;
	background: transparent;
}

#topbar .menuspacer {
	background-image:url(../img/mnutop_between.gif);
	width:1px;
}

#topbar .menumain {
	padding-left:10px;
	background: transparent;
}

#topbar .menuSubItem_Container {
	border: 0;
	width:170px;
	width:170px;
	margin-top:-5px;
}

#topbar .menuSubItem 
{
	padding:7px 10px;
	border-bottom:1px solid #000;
	text-transform:none;
	background: #fff;
	background-image: none;
}


#topbar .menuSubItem, #topbar .menuSubItem:link, #topbar .menuSubItem:visited, #topbar .menuSubItem:active, #topbar .menuSubItem:hover {
	color : #000;
	text-decoration:none;
	font-weight:normal;
	background: #fff;
	background-image: none;
}


#topbar .menuSubItem:hover
{
	color:#959595;
	background: #fff;
	background-image: none;
}
/* end topbarmenu */
/* start mainmenu */
#topnav .menucontainer {
	height:42px;
	width: 646px;
}

.menuleft {
	background: url(../img/mnumain_left.gif) bottom no-repeat;
	width:12px;
}

.menumain {
	position:relative;
	background:url(../img/mnumain_bg.gif) bottom repeat-x;
}

.menuright {
	background:url(../img/mnumain_right.gif) bottom no-repeat;
	width:12px;
}

.menuItem {
	/*padding-top:42px;
	padding-left:10px;
	padding-right:10px;*/
	padding: 51px 10px 10px 10px;				
	vertical-align:middle;
	height:42px;
	cursor:hand;
	cursor:pointer;
	/*padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	text-transform:uppercase;	
	display:block;*/
}

.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active, .menuItem:hover, .menuItem_Hover
{
	color : #930020;
	font-weight:bold;
	text-decoration:none!important;
}

.menuItem:hover, .menuItem_Hover:hover, .menuItem_Hover {
	color : #36a7e8;
}

.menuspacer {
	background-image:url(../img/mnumain_between.gif);
	background-repeat:no-repeat;
	width:1px;
	height:26px;
}

.menuSubItem_Container 
{
	visibility:hidden;
	position:absolute;
	overflow:visible;
	width:170px;
	margin-top:5px;
	z-index:9999999;
}
			
.menuSubItem 
{
	background-color:#ffffff;
	padding:5px 10px;
	border-bottom:2px solid #000000;
	display:block;					
	line-height:100%;
}

.menuSubItem, .menuSubItem:link, .menuSubItem:visited, .menuSubItem:active, .menuSubItem:hover {
	color : #930020;
	text-decoration:none;
	font-weight:bold;
}

.menuSubItem:hover
{
	color:#36a7e8;
	text-decoration:none!important;
}
/* 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 #fff;
	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*/
