/* Menu Styles */

#main_menu {
	position: absolute;
/*	margin-left: 210px;*/
	top: 55px;
	float: right;
	font-size: 14px;
	width:915px;
}
.menu_top a{
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 15px 0px;
	border: none;
}
.menu_top a:hover{
	color: orange;
	text-decoration: none;
}
.menu_top{
	padding: 0;
	text-align: center;
	border-right: none; /* 1px solid #406579; */
	height: 30px;
	float: right;
	background: url('../images/menu/middle.gif') repeat-x;
	cursor:pointer;
}
#menu_right_bookend{
	height: 30px;
	float: right;
	padding: 0px;
	background: url('../images/menu/right_rnd.gif') no-repeat;
	border-right: none;
	width: 7px;
}
.menu_divider{
	height: 30px;
	float: right;
	padding: 0px;
	width: 1px;
	background: url('../images/menu/divider.gif') no-repeat;
}
#menu_left_bookend{
	height: 30px;
	float: right;
	padding: 0px;
	border-right: none;
	width: 6px;
	background: url('../images/menu/left_rnd.gif') no-repeat;
}
#dropmenu1 .menu_dropdown_item{
height: 29px;
width: 134px;
background: url('../images/menu/dropdown_normal_134.gif') no-repeat;
}
#dropmenu1 .menu_dropdown_item a:hover{
background: url('../images/menu/dropdown_over_134.gif') no-repeat;
}
#dropmenu1 .menu_dropdown_item_last{
height: 30px;
width: 134px;
background: url('../images/menu/dropdown_bottom_134.gif') no-repeat;
}
#dropmenu1 .menu_dropdown_item_last a:hover{
background: url('../images/menu/dropdown_bottom_over_134.gif') no-repeat;
}
#dropmenu1.dropmenudiv{
width: 134px;
}

#dropmenu2 .menu_dropdown_item{
height: 29px;
width: 134px;
background: url('../images/menu/dropdown_normal_134.gif') no-repeat;
}
#dropmenu2 .menu_dropdown_item a:hover{
background: url('../images/menu/dropdown_over_134.gif') no-repeat;
}
#dropmenu2 .menu_dropdown_item_last{
height: 30px;
width: 134px;
background: url('../images/menu/dropdown_bottom_134.gif') no-repeat;
}
#dropmenu2 .menu_dropdown_item_last a:hover{
background: url('../images/menu/dropdown_bottom_over_134.gif') no-repeat;
}
#dropmenu2.dropmenudiv{
width: 134px;
}

#dropmenu3 .menu_dropdown_item{
height: 29px;
width: 134px;
background: url('../images/menu/dropdown_normal_134.gif') no-repeat;
}
#dropmenu3 .menu_dropdown_item a:hover{
background: url('../images/menu/dropdown_over_134.gif') no-repeat;
}
#dropmenu3 .menu_dropdown_item_last{
height: 30px;
width: 134px;
background: url('../images/menu/dropdown_bottom_134.gif') no-repeat;
}
#dropmenu3 .menu_dropdown_item_last a:hover{
background: url('../images/menu/dropdown_bottom_over_134.gif') no-repeat;
}
#dropmenu3.dropmenudiv{
width: 134px;
}

#dropmenu4 .menu_dropdown_item{
height: 29px;
width: 134px;
background: url('../images/menu/dropdown_normal_134.gif') no-repeat;
}
#dropmenu4 .menu_dropdown_item a:hover{
background: url('../images/menu/dropdown_over_134.gif') no-repeat;
}
#dropmenu4 .menu_dropdown_item_last{
height: 30px;
width: 134px;
background: url('../images/menu/dropdown_bottom_134.gif') no-repeat;
}
#dropmenu4 .menu_dropdown_item_last a:hover{
background: url('../images/menu/dropdown_bottom_over_134.gif') no-repeat;
}
#dropmenu4.dropmenudiv{
width: 134px;
}
/* ################### DROPDOWN MENU #################### */
.dropmenudiv{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight:normal;
font-size:12px;
line-height:21px;
z-index:100;
background-color: white;
width: 163px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: none; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 10px; 
text-decoration: none;
font-weight: normal;
color: #FFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: orange;
}
.menu_dropdown_item{
height: 29px;
width: 172px;
background: url('../images/menu/dropdown_normal.gif') no-repeat;
}
.menu_dropdown_item a:hover{
background: url('../images/menu/dropdown_over.gif') no-repeat;
}
.menu_dropdown_item_last{
height: 30px;
width: 172px;
background: url('../images/menu/dropdown_bottom.gif') no-repeat;
}
.menu_dropdown_item_last a:hover{
background: url('../images/menu/dropdown_bottom_over.gif') no-repeat;
}

