@charset "utf-8";
.verticalMenu {
	position:relative;
	top:0;
	left:0;
	margin-right:auto;
	
	

}
ul {
	margin-top:0;
	margin-bottom:0;
	}

.verticalMenu ul li {
	position:relative;
	
	}

.verticalSubmenu {
	position:absolute;
	display:none;
	padding:5px;
	background-color: #e8e8df;
	top:0;
	right:103%;
	
	

}
li {
	font-family: inherit;
}
#menu {
	/* height:31px; */
	width:213px;
	}
	
#menu  li{
	color: #FFFFFF;
	line-height: 31px;
	font-size:13px;
	font-weight: bolder;
	text-align: right;
	background-color: inherit;
	white-space: nowrap;
	padding-right: 17px;
	padding-left: 40px;
	width: 180px;
	height: 31px;
	margin-top: 0px;
	padding-top: 0px;
	cursor:pointer;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#menu li.itemClosed {
	background-image: url(../images/background-for-main-menu.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#menu li.itemOpen {
	background-color:#3D3D2C;
	background-image: url(../images/background-for-main-menu.png);
	background-repeat: no-repeat;
	background-position: -220px 50%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	height: 31 px;
}



#menu ul ul{
	list-style:none;
	z-index: 150;
	-moz-border-radius: inherit;
	-webkit-border-radius: inherit;
}
#menu ul li ul li {
	color: #000000;
	
	line-height: 31px;
	font-size:10px;  // was 14
	font-weight: normal;
	background-color: #CCCCCC;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 30px;  // was 50
	width: 200px; // was 180
	height: 31px;
	margin-top: 0px;
	padding-top: 0px;
	
	cursor:pointer;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383d35;
	border-right-color: #383d35;
	border-bottom-color: #383d35;
	border-left-color: #383d35; */
}
#menu ul li div ul li.subitemClosed {
	color: #000000;
	background-image: url(../images/background-for-secondary-me.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-color: #E8E8DF;
	}
#menu ul li div ul li.subitemOpen {
	background-image: url(../images/background-for-secondary-me.png);
	background-repeat: no-repeat;
	background-position: -220px 50%;
	color: #000000;
	background-color: #A4A480;
	-moz-border-radius: inherit;
	-webkit-border-radius: inherit;

	}
a:link, a:visited, a:active, a:hover {
 	text-decoration:none;
	} 
	
#menu a:link {
	color: #333333;
	}
#menu a:visited {
	color: #000000;
	}

