/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {
	list-style-type:none;
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(background_Nav.jpg);
	position:relative;
}
.menu2 li {
	float:left;
	list-style-type:none;
}
.menu2 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#fff !important;
	text-decoration:none !important;
	font-size:17px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 18.9px 0 18.9px;
	cursor:pointer;
	border-right: 1px solid #CCCCCC;

}

.menu2 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
menu2 li.current a.current {
	color:#fff;
	background:url(button3.gif);
}
menu2 li.current a b {
	background:url(button3.gif) no-repeat right top;
}
.menu2 li a:hover {
	color:#fff;
	background:#99c;
}
.menu2 li a:hover b {
	background:#99c;
}
menu2 li.current a:hover {
	color:#fff;
	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;
}
