
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {
list-style-type:none;
padding:5px 0 0 0px; margin:0; list-style:none; height:35px; /*background:#fff url(button1.gif); */
position:relative; /*border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;*/}
.menu2 li {float:left;
list-style-type:none;
}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#000; 
text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 8px 0 8px;}
.menu2 li.current a.current {color:#978161; /*background:url(button3.gif);*/}
.menu2 li.current a b {/*background:url(button3.gif) no-repeat right top; */}
.menu2 li a:hover {color:#978161; /*background:#000 url(button4.gif);*/}
.menu2 li a:hover b {/*background:url(but/*ton4.gif) no-repeat right top;*/}
.menu2 li.current a:hover {color:#000000; /*background:#000 url(button3.gif); */ cursor:default;}
.menu2 li.current a:hover b {/*background:url(button3.gif) no-repeat right top;*/}


#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color: yellow;
}