
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {
list-style-type:none;
padding:0 0 0 10px; margin:0; list-style:none; height:40px; position:relative;/*background:#fff url(button1.gif);  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:40px; line-height:40px; color:#003a62; text-decoration:none; font-size:16px; font-family:"Trebuchet MS"; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.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: url(button3.gif);}
.menu2 li a:hover b {background:url(button3.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background: url(button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(button3.gif) no-repeat right top;}


#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	font: bold 16px "Trebuchet MS";
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color: yellow;
}
