﻿/*menu*/
.mnuver {
	width:150px;
	border:1px solid white;
	border-top:0px solid white;
}


.mnuver .menumain {
	background-color:#555555;
}

.mnuver .menuItem {
	height:25px;
	display:block;
	cursor:hand;
	cursor:pointer;
	padding:4px 10px 0 10px;
	background-color:#555555;
	border-top:1px solid white;
}

/*menuitem*/
.mnuver .menuItem, .mnuver .menuItem:link, .mnuver .menuItem:visited, .mnuver .menuItem:active, .mnuver .menuItem:hover, .mnuver .menuItem_Hover
{
	color : #fff;
	font-weight:bold;
	text-decoration:none;
}

/*collapsable menuitem*/
.mnuver .menuItemExpand 
{
	background-image:url(../img/verticalmenu/rightarrow.gif);
	background-repeat:no-repeat;
	background-position:140px 7px;
}

/*menuitem hover*/
.mnuver .menuItem:hover, .mnuver .menuItem_Hover:hover, .mnuver .menuItem_Hover {
	background-color:#898989;
}

/*selected collapsable menuitem*/
.mnuver .menuItemSelectedExpand {
	background-image:url(../img/verticalmenu/bottomarrow.gif)!important;
	background-repeat:no-repeat!important;
	background-position:138px 7px!important;
}

/*collapsable menuitem hover*/
.mnuver .menuItemExpand:hover, .mnuver .menuItemExpand:hover {
	background:#898989 url(../img/verticalmenu/rightarrow.gif) no-repeat scroll 140px 7px;
}

/*selected menu item*/
.mnuver .menuItem_Selected , .mnuver .menuItem_Selected:hover, .mnuver .menuItem_Selected:hover
{
	background-color:orange;
	
}



.mnuver .menuSubItem_Container 
{
	display:none;
	overflow:visible;
}
			
/*submenu item*/
.mnuver .menuSubItem 
{
	background-color:#ffb327;
	padding:7px 10px 7px 20px;
	display:block;					
	line-height:100%;
	color:#000;
}

/*submenu item text*/
.mnuver .menuSubItem, .mnuver .menuSubItem:link, .mnuver .menuSubItem:visited, .mnuver .menuSubItem:active, .mnuver .menuSubItem:hover {
	color : #fff;
	text-decoration:none;
	font-weight:normal;
}

/*submenu item hover*/
.mnuver .menuSubItem:hover
{
	background-color:#8c8c8c;
	color:#fff!important;
}

/*selected submenu item*/
.mnuver .submenuItem_Selected
{
	color:Black!important;
}
