/* FIRST LEVEL IN NAVIGATION - PARENT */

.level0 {
	color: RGB(174, 146, 67) !important;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none !important;
	background-image: url(http://www.besidestillwaters.co.uk/plugins/vertical_menu/img/dot.jpg);
        background-position: 7% 50%;
        background-repeat: no-repeat;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	display: block;
	border: 0px;
}

.level0 + .level0 {
	border-top: 1px solid RGB(205, 222, 238);
}

/* Tan hack \*/
* html .level0 {
	width:182px;
	height:25px;
}
/**/

.level0:hover {
	color: RGB(12, 116, 227) !important;
	text-decoration: none !important;
}

.level0Selected {
	margin:0;
	padding-left: 30px;
	width:152px;
	height:20px;
	display: block;
	background-image: url(http://www.besidestillwaters.co.uk/plugins/vertical_menu/img/dot.jpg);
        background-position: 7% 50%;
        background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold !important;
	color: RGB(12, 116, 227) !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level0Selected {
	width:182px;
	height:25px;
}/**/

/* 2ND LEVEL IN NAVIGATION - CHILD */

.level1 {
	margin:0 0 0 0;
	padding: 0px 0 0 35px;
	border:0;
	width:147px;
	height:15px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	line-height: 100%;
	font-weight: normal !important;
	color: RGB(12, 116, 227) !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level1 {
	width:182px;
	height:16px;
}/**/

.level1:hover {
	color: RGB(174, 146, 67) !important;
	/*background-color: #ffffff;*/
	text-decoration: underline !important;

}
.level1Selected {
	margin:0;
	padding: 0px 0 0 35px;
	border:0;	
	width:147px;
	height:15px;
	display: block;
	
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold !important;
	color: #000066 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level1Selected {
	width:182px;
	height:16px;
}/**/

/* 3RD LEVEL IN NAVIGATION - GRAND CHILD */

.level2 {
	margin:0;
	padding: 1px 0 0 45px;
	border:0;
	width:137px;
	height:15px;
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #697AB6 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level2 {
	width:182px;
	height:16px;
}/**/

.level2:hover {
	color: #697AB6 !important;
	text-decoration: underline !important;
}
.level2Selected {
	margin:0;
	padding: 1px 0 0 45px;
	border:0;
	width:137px;
	height:15px;
	display: block;

	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold !important;
	color: #697AB6 !important;
	text-decoration: none !important;
}

/* Tan hack \*/
* html .level2Selected {
	width:182px;
	height:16px;
}/**/

.level0 img, .level1 img, .level2 img, .level0Selected img, .level1Selected img, .level2Selected img {
	margin: 5px 0 4px 10px;
	}