/*
	Author: Ci&T
	Date: July, 2006
*/

/*========= MENU CSS =========*/
#container_menu {
	width: 833px;
	position: relative;
	float: left;
}
#menu {
	width: 833px;
	height: 21px;	
	float: left;
}

#menu dl dt {
	height: 21px;
	display: inline;
	float: left;	
	position: relative;
	overflow: hidden;
}
#menu dl dt.menu1 {
	width: 106px; /* Needed only for Mac Safary */
	margin-left: 22px;
		
}
#menu dl dt.menu2 {
	width: 124px; /* Needed only for Mac Safary */
}
#menu dl dt.menu3 {
	width: 69px; /* Needed only for Mac Safary */
}
#menu dl dt.menu4 {
	width: 60px; /* Needed only for Mac Safary */
}
#menu dl dt.menu5 {
	width: 115px; /* Needed only for Mac Safary */

}
#menu dl dt.menu1 a:hover, 
#menu dl dt.menu2 a:hover, 
#menu dl dt.menu3 a:hover, 
#menu dl dt.menu4 a:hover, 
#menu dl dt.menu5 a:hover, /* for hover menu */
#menu1 dl dt.menu1 a, 
#menu2 dl dt.menu2 a, 
#menu3 dl dt.menu3 a, 
#menu4 dl dt.menu4 a, 
#menu5 dl dt.menu5 a  /* for active menu */ {
	bottom: 21px;
	position: relative;
}

/* TEXT MENU */
#menu dl dt a {
	font: 80% Arial, Helvetica, sans-serif;
	color: #ADADAD;
	text-transform: uppercase;
	text-decoration: none;
}
#menu dl dt a:hover {
	color: #C7C7C7;
	text-decoration: underline;
}
#menu dl dt.menu6 {
	margin-left: 5px;
}
#menu dl dt.menu7 {
	margin-left: 10px;
}

/* SUB MENU */
div.submenu ul li a {
	color: #FFF;
	font-size: 90%;
    display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin-left: 5px;
	line-height: 18px;
	padding: 2px 0;
	*height: 18px;
}

div.submenu ul li a:hover {
	text-decoration: underline;	
	color: #FFF;
}
#menu dl dd {
	width: 115px;
	position: absolute;	
	top: 21px;
	z-index: 1;
	background-color: #C0986D;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#submenu1 {
	left: 22px;
	width: 145px !important;
}

#submenu2 {
	left: 132px;
	width: 145px !important; 
}

#submenu3 {
	left: 256px;
	z-index: 2;
}
#submenu4 {left: 325px;}
#submenu5 {left: 386px;}
