/*////////////////////////////////////////
	MAIN MENU
////////////////////////////////////////*/

#menu {
	background:#FF7910;
	height: 38px;
	width: 650px;
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
	border-top: #F36202 4px solid;
	border-bottom: #F36202 1px solid;
	text-align:right;
	float: left;
}


#menu a {
	height:27px;
	padding: 10px 28px 0px 29px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	}
	
* html #menu a {
	height:27px;
	padding: 10px 28px 0px 28px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	}
	
#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#menu a:hover {
	color:#FFFFFF;
	font-weight:bold;
	background:url(../templates/images/menu_active.jpg);
	background-position:center;
	}
	
#menu a.menu_on {
	background:url(../templates/images/menu_active.jpg);
	background-position:center;
	color:#FFFFFF;
	border-left:1px solid #F36202;
	border-right:1px solid #FF9103;
	border-bottom:1px solid #FF9103;
	}
	
#menu a.menu_off {
	border-right:1px solid #FF9103;
	border-bottom:1px solid #FF9103;
	border-left:1px solid #F36202;
	}
	
#menu a.menu_first {
	border-right:1px solid #FF9103;
	border-bottom:1px solid #FF9103;
	}
	
#menu a.menu_last {
	border-left:1px solid #F36202;
	border-bottom:1px solid #FF9103;
	}
	
#menu a.menu_last_on {
	border-left:1px solid #F36202;
	border-bottom:1px solid #FF9103;
	background:url(../templates/images/menu_active.jpg);
	background-position:center;
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin:0px 0px 0px 0px;
top: 0px;
border: 1px solid #F36202; /*THEME CHANGE HERE*/
border-top: 1px solid #FF9103;
text-align:left;
font:normal small arial;
line-height:18px;
z-index:100;
background-color: #FF7910;
width: auto;
visibility: hidden;
}

* html .dropmenudiv{
position:absolute;
margin:4px 0px 0px 0px;
top: 0px;
border: 1px solid #FF9103; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-align:left;
font:normal small arial;
line-height:18px;
z-index:100;
background-color: #FF7910;
width: auto;
visibility: hidden;
}

*:first-child+html .dropmenudiv{
position:absolute;
margin:4px 0px 0px 0px;
top: 0px;
border: 1px solid #FF9103; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-align:left;
font:normal small arial;
line-height:18px;
z-index:100;
background-color: #FF7910;
width: auto;
visibility: hidden;
}

.dropmenudiv a{
width: 210px;
height:22px;
display:block;
padding: 10px 10px 2px 10px;
border-bottom: 1px solid #FF9103; /*THEME CHANGE HERE*/
text-decoration: none;
color:#FFFFFF;
font-weight:bold;;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 32%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#FFFFFF;
	font-weight:bold;
	background:url(../templates/images/menu_drop_active.jpg);
	background-position:top center;
}