﻿#mnuVorurContainer
{
	width:375px;
	margin: 0px auto;
	height: 40px;
	clear: both;
	padding: 0px;
	position:relative;
	z-index:1000;
	float: left;
	line-height:40px;
	text-align:left;
}

.MenuGroup
{
}

.MenuItem
{
	text-transform:uppercase;
	
	font-size:12px !important;
	font-family:verdana;
	color:#333;
	cursor:default;
	padding:0px 10px; 
	
}

.MenuItemHover
{
	text-transform:uppercase;
	font-size:12px !important;
	font-family:verdana;
	color:#333;
	cursor:default;
	padding:0px 10px; 
}

.MenuItemDown
{
	text-transform:uppercase;
	font-size:12px !important;
	font-family:verdana;
	color:#333;
	cursor:default;
	padding:0px 10px; 
}


.MenuSubItem
{
	/*color: #62282d; */
	color:Black;
	font-weight:bold;
	height:25px;
  	padding-left: 10px; 
	line-height: 25px;
	width: 123px;
	z-index: 200;
	margin:0;
	background-color:#FFF;
	/*border:1px solid lime;*/
}

.MenuSubItemHover
{
	/*color: #62282d; */
	color:Black;
	font-weight:bold;
	background-color:#e8eff8;
	/*background-color:#aab8ca;*/
	
	cursor:pointer;
	z-index: 200;
	margin:0;
	height:25px;
  	padding-left: 10px; 
	line-height: 25px;
	width: 123px;
}

.MenuSubItemDown
{
	color: #62282d; 
	background-color:#DDD;
	cursor:pointer;
	z-index: 200;
	margin:0;
	height:25px;
  	padding-left: 10px; 
	line-height: 25px;
	width: 123px;
}










.MenuSubItemNoClick
{
  background-color:#b50000;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  overflow:hidden;
  letter-spacing:-1px;
  background-image:url(/img/pila.gif);
  background-repeat:no-repeat;
  background-position:right 7px;  
}

.MenuSubItemHoverNoClick
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  letter-spacing:-1px;
  background-image:url(/img/pila.gif);
  background-repeat:no-repeat;
  background-position:right 7px;}

.MenuSubItemDownNoClick
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  letter-spacing:-1px;
  background-image:url(/img/pila.gif);
  background-repeat:no-repeat;
  background-position:right 7px;
}


/*.MenuSubItem, #MenuSubItem{border:1px solid red;}*/