
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2
{
	list-style-type: none;
	margin: 0;
	list-style: none;
	position: relative;
	padding-left: 5px;
	padding-top: 45px;
	height: 21px;
	text-decoration: none;
}
.menu2 li
{
	float: left;
	list-style-type: none;
	text-decoration: none;
}
.menu2 a,
.menu2 a:hover
{
	display: block;
	float: left;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-transform:lowercase;
	text-align: center;
	padding: 0 0 0 3px;
	cursor: pointer;
	text-decoration: none;
}
.menu2 a b
{
	color: #AAAAAA;
	float: left;
	display: block;
	padding: 3px 8px 5px 5px;
	text-decoration: none;
}
.menu2 a:hover b
{
	color: #FF9601;
	float: left;
	display: block;
	padding: 3px 8px 5px 5px;
	text-decoration: none;
}
.menu2 a.current
{
	color: #FF9601;
	background: url(left-nav-top-current.png);
	text-decoration: none;
}
.menu2 a.current b
{
	color: #FF9601;
	background: url(left-nav-top-current.png) no-repeat right top;
	text-decoration: none;
}
/*.menu2 a:hover
{
	color: #fff;
	background: #000 url(button4.gif);
}
.menu2 a:hover b
{
	background: url(button4.gif) no-repeat right top;
}
.menu2 current a:hover
{
	color: #fff;
	background: #000 url(left-nav-top-current.png);
	cursor: default;
}
.menu2 current a:hover b
{
	background: url(left-nav-top-current.png) 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;
}
