.menuHeader1{
	background: url("imgs/menuUp2.gif");
	width: 198px;
	height: 25px;
	text-align: center;
}

.menuHeader1 h3{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 4px 0 0 0;
	font-weight: bold;
}


.menuFooter1{
	background: url("imgs/menuDown.gif");
	width: 198px;
	height: 13px;
	font: 1px Arial;
}

.menuv{
	background: url(imgs/bgMenu.gif);
	width: 198px;
	height: 329px;
	font-weight: bold;
	font: 80% Arial, Helvetica, sans-serif;
	position: relative;

}
.mini{
	background: url(imgs/bgMenuMin.gif);
	width: 196px;
	font-weight: bold;
	font: 80% Arial, Helvetica, sans-serif;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#ce3306;
	border:solid #ebc9bf;
	border-width: 0 1px 0 1px;

}

.menuv ul{
	list-style-type: none;
	padding: 0 0 0 23px;
	border:solid #ebc9bf;
	border-width: 0 1px 0 1px;
}

.menuv li, .mini li{
	list-style-type: none;
	padding: 0 0 0 23px;
	border-width: 0 0 0 0 ;
	display: block;
}

.menuv ul, .mini ul{
	margin: 0;
	padding: 0;
}

.menuv a, .mini a{
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5.7px 0 5.7px 23px;
	margin-left: -23px;
	width: 100%;
}

.menuv a:hover,.mini a:hover {
	background: #ff5e00 url(imgs/menuTick.png) 3px 5px no-repeat;
}


.menuNormal{
	background: url(imgs/bgMenuMin.gif);
	width: 196px;
	font-weight: bold;
	font: 80% Arial, Helvetica, sans-serif;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#ce3306;
	border:solid #ebc9bf;
	border-width: 0 1px 0 1px;
	text-align: center;
	padding: 10px 0 0 0;
}

.menuNormal a{
	color: #CCCCCC;
	text-decoration: none;
}

.menuNormal a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.menu{
	padding: 0;
	margin: 0 0 13px 0;
}

