/*css menu*/
.menu {
	
	margin-top:0 !important;
	margin-top:0px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;

}
/* make menu horizontal */
.menu ul li {
	float:left;
	position:relative;
	
	margin-right:0px;
	height:23px;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:101px; 
	height:23px;
	padding-top:0px;
	padding-left:10px;
	text-transform:uppercase;
	color:#b48944; 
	border:1px solid #b48944;
	background-image:url(../images/pixel-marron.gif);
}
.menu ul li a:hover {
	color:#fff;
	text-decoration:none;
}

/* hide the drop down menu */
.menu ul li ul {
	display: none;
	margin:0;
	border-bottom: 1px solid #a8978f;
}
.menu ul li ul li {
	margin:0;
	
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:25px ;
	left:0; 
	
	background:transparent;
	background-image:none;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block; 
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #a8978f;
	border-bottom-color: #316AC5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8978f;
	border-left-style: solid;
	border-left-color: #a8978f;
	font-weight:normal; 
	text-transform:none;
	width:127px;
	height:21px;
	padding-top:2px;
	padding-left:10px;
	background-image:url(../images/trans.png);
	margin:0;
	left:0;
	color:#fff;

}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background-image:url(../images/trans-h.png);
}

/* special styling for IE5.5 and IE6 - transparency is non validating */

/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:transparent filter: alpha(opacity=75);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
opacity:0.75;
background:#423a2f;
text-decoration:none;
}
.menu ul li a:hover ul li a:hover {

background:transparent filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
opacity:0.85;
background: #423a2f;
}

/**/
