﻿/*menu*/
.mnuhor {
	height:25px;
	width:100%;
}

.mnuhor .menuleft {
	background-color:#777;
	width:10px;
}

.mnuhor .menumain {
	background-color:#555;
}

.mnuhor .menuspacer {
}


.mnuhor .menuright {
	width:10px;
	background-color:#333;
}

.mnuhor .menuItem {
	height:25px;
	display:block;
	cursor:hand;
	cursor:pointer;
	padding:4px 10px 0 10px;
	white-space:nowrap;
}

.mnuhor .menuItem, .mnuhor .menuItem:link, .mnuhor .menuItem:visited, .mnuhor .menuItem:active, .mnuhor .menuItem:hover, .mnuhor .menuItem_Hover
{
	color : #fff;
	font-weight:bold;
	text-decoration:none;
}

.mnuhor .menuItem:hover, .mnuhor .menuItem_Hover:hover, .mnuhor .menuItem_Hover {
	background-color:#898989!important;
}


.mnuhor .menuSubItem_Container 
{
	visibility:hidden;
	position:absolute;
	overflow:visible;
	width:170px;
	margin-top:0px;
	z-index:100;
}
			
.mnuhor .menuSubItem 
{
	background-color:#898989;
	padding:7px 10px;
	border-bottom:1px solid #ffffff;
	display:block;					
	line-height:100%;
}


.mnuhor .menuSubItem, .mnuhor .menuSubItem:link, .mnuhor .menuSubItem:visited, .mnuhor .menuSubItem:active, .mnuhor .menuSubItem:hover {
	color : White;
	text-decoration:none;
	font-weight:bold;
}


.mnuhor .menuSubItem:hover
{
	background-color:#b3b3b3;
}

.mnuhor .menuItem_Selected 
{
	background-color:Orange;
}

.mnuhor .submenuItem_Selected 
{
	background-color:Orange;
}