

/* --- Nav styles below --- */

#nav {
	width: 665px;
	height: 48px;
	float: right;
	background-image: url(navbg.png);
	margin: 24px 0 0 0;
	z-index: 1;
}
.men {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:667px;
	height:42px;
	position:relative;
	font-size:11px;
	margin: 0;
}
.men ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url(2a.png);
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* first and last tabs */
.men .one {
	background-image:url(1a.png);
	padding-left: 1px;
	margin-right: -1px;
}
.men .three {
	background-image:url(3a.png);
}

.men ul {padding:0; margin:0; list-style: none;}
.men ul li {float:left; position:relative;}
.men ul li ul {display: none;}

/* button hover properties */
.men ul li:hover a {color:#043454; background: url(2b.png);}
.men ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.men ul li:hover ul li a.two {background:#6a3; color:#fff;}
.men ul li:hover ul li:hover a.two {background:#6fc; color:#544a3a;}
.men ul li:hover ul li ul {display: none;}

.men ul li:hover .one {color:#043454; background: url(1b.png);}
.men ul li:hover .three {color:#043454; background: url(3b.png);}

/* dropdown properties */
.men ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#043454; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.men ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url(ddbg.png);
	background-repeat:no-repeat;
	background-position:bottom left; 
}
.men ul li:hover ul .hlight {
	background-image: url(hlight2.png);
	margin-right: 1px;
}

/* dropdown selected properties */
.men ul li:hover ul li a:hover {color:#fff; background-image: url(hlight.png);}

.men ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.men ul li:hover ul li:hover ul.left {left:-105px;}
