.pruh, .pruh li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
}

.pruh li{
	position: relative;
}

.pruh li a{
	background: transparent url(pruhback.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.pruh li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.pruh li ul li{
	float: left;
}

.pruh li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.pruh .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

.pruh li a:visited, .pruh li a:active{
	color: white;
}

.pruh li a:hover{
	background-image: url(pruhback2.gif);
}

/* Holly Hack for IE \*/
* html .pruh li { float: left; height: 1%; }
* html .pruh li a { height: 1%; }
/* End */