
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {
list-style-type:none;
padding:0 0 0 4px; margin:0; list-style:none; height:22px;background:#e80e48;background-image:url(SEARCH_BG.jpg);background-repeat:repeat-x}
.menu2 li {float:left;
list-style-type:none;
}
.menu2 li a {display:block; float:left; height:22px; line-height:22px; color:white; 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;background:url(TopMenuEntryLeftPoint.gif) no-repeat left middle;text-decoration:none}
.menu2 li a b {color:white;float:left; display:block; padding:0 4px 0 4px;background:url(TopMenuEntryLeftPoint1.gif) no-repeat right top;text-decoration:none}
.menu2 li a:visited{color:white;text-decoration:none}
.menu2 li.current a.current {color:#fff;background:url(TopMenuEntryLeftPoint.gif) no-repeat left middle}
.menu2 li.current a b {}
.menu2 li a:hover {color:#fff; background:url(TopMenuEntryLeftPoint.gif) no-repeat left middle;text-decoration:none}
.menu2 li a:hover b {}
.menu2 li.current a:hover {color:#fff;cursor:default;text-decoration:none}
.menu2 li.current a:hover b {text-decoration:none}


#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;
}
