/* Top Navigation CSS Document */

/* Quick styles for inline list elements */
div.mmenu {
	margin: 0;
	padding: 0;
	height:32px;
	background: url(../images/bg/mmenu.gif) repeat-x;}
div.mmenuR{
	padding:0 10px 0 0;
	height:32px;
	background: url(../images/bg/mmenuR.gif) no-repeat right;}
.menuinactive{
	margin: 0;
	padding: 0;
	height:15px;
	background: url(../images/bg/menuinactive.gif) repeat-x;}
div.menuinactiveR{
	padding:0 10px 0 0;
	height:15px;
	background: url(../images/bg/menuinactiveR.gif) no-repeat right;}
/* first menu level  
ul.menufirst {
width: 770px;
}*/
.menufirst {
	list-style-type:none;
	margin: 1px 0 0 0;
	padding: 0 0 0 15px;
	height:43px;
	position: relative;
	float: left;
	display: inline;
	z-index:99999}
.menufirst li{
	float: left;
	height:43px;
	padding: 0;
	margin: 0 5px;	
	}
.menufirst a {
	padding: 0;
	font: bold 13px/32px "Trebuchet MS", Verdana, Arial;
	color:#4b2d05;
	height: 43px;
	display: inline;
	text-decoration:none;
	background: url(../images/menu_Lcorn.gif) no-repeat left top;
	float:left}
.menufirst a span {
	padding: 8px 12px 0 12px;
	font: bold 13px/32px "Trebuchet MS", Verdana, Arial;
	color:#4b2d05;
	height:43px;
	cursor:hand;
	display:inline;
	background: url(../images/menu_Rcorn.gif) no-repeat right top;
	float: left;}
	
	
.menufirst a:hover{
	color:#c8b492;
	background: url(../images/menu_activeLcorn.gif) no-repeat top left}
.menufirst a:hover span{
	color:#c8b492;
	background: url(../images/menu_activeRcorn.gif) no-repeat top right;}
	
.menufirst a.selected, .menufirst  a.selected:hover {
	color:#c8b492;
	background: url(../images/menu_activeLcorn.gif) no-repeat top left}
.menufirst  a.selected span, .menufirst a.selected:hover span{
	padding: 8px 12px 0 12px;
	font: bold 13px/32px "Trebuchet MS", Verdana, Arial;
	color:#c8b492;
	height: 43px;
	display:block;
	float:left;
	cursor:hand;
	background: url(../images/menu_activeRcorn.gif) no-repeat top right;
	}
/* menu drop down */
.menudrop {
	position: absolute;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
	width: auto;
	white-space: nowrap;
}
	
.menudrop li{
	width: auto;
	float: none;
	display: inline;}
.menudrop li a{
	margin: 0 10px 0 5px;
	padding: 0 0 0 8px;
	font: normal 13px/32px "Trebuchet MS", Verdana, Arial;
	height: 40px;
	color: #c8b492;
	background: none;
	text-decoration: none;
	float: none;
	display: inline;}
.menudrop li a:hover{
	margin: 0 10px 0 5px;
	padding: 0 0 0 8px;
	font: normal 13px/32px "Trebuchet MS", Verdana, Arial;
	height: 40px;
	color: #fff;
	background: none;
	text-decoration: none;
	float: none;
	display: inline;}

/* menu drop down */
.menudropTop {
	position: absolute;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
	width: auto;
	white-space: nowrap;
	font-weight: normal;
}
	
.menudropTop li{
	width: auto;
	float: none;
	display: inline;}
.menudropTop li a{
	margin: 0 10px 0 5px;
	padding: 0 0 0 8px;
	font: normal 13px/32px "Trebuchet MS", Verdana, Arial;
	height: 40px;
	color: #c8b492;
	background: none;
	text-decoration: none;
	float: none;
	display: inline;}
.menudropTop li a:hover{
	margin: 0 10px 0 5px;
	padding: 0 0 0 8px;
	font: normal 13px/32px "Trebuchet MS", Verdana, Arial;
	height: 40px;
	color: #fff;
	background: none;
	text-decoration: none;
	float: none;
	display: inline;}


/* second menu level */
div.smenu{
	margin: 0 10px;
	padding: 0;
	height:22px;
	background: url(../images/bg/smenu.gif) repeat-x;}
div.smenu p{
	margin:0;
	padding:0 0 0 16px;
	height:22px;
	background: url(../images/bg/smenuL.gif) no-repeat left;}
div.smenu span{
	padding:0 16px 0 0;
	height:22px;
	background: url(../images/bg/smenuR.gif) no-repeat right;
	display:block;}
div.smenu a, div.smenu a.unselected, div.smenu a.preferences{ 
	padding:0 5px;
	font: 11px/22px Arial, sans-serif;
	color:#39629e;
	height:22px;
	text-decoration:none;
	display:block;
	float:left;}
div.smenu a.preferences {
	float: right;
	color: #00c;
	text-decoration: underline}
div.smenu a:hover, div.smenu a.selected , div.smenu a.preferences:hover {
	text-decoration: underline;}


