/**
* Secondary dropdowns in home page
*/


.boxdrop{
	float:left;
	width:100%;
	font-size: 12px;
	line-height:normal;
	padding: 5px 0 8px 0;
}

* html .boxdrop{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

.boxdrop ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.boxdrop li{
	display:inline;
	margin:0;
	padding:0;
}

.boxdrop a{
	float:left;
	background: url(../images/drophead-left_r.png) no-repeat left top;

	padding:0 0 0 35px;
	text-decoration:none;
	height: 34px;
}

.boxdrop a span {
	float:left;
	display:block;
	background:url(../images/drophead-right_r.png) no-repeat right top;

	padding:6px 12px 2px 3px;
	
	font-weight:bold;
	font-size: 1.4em;
	color:#fff;
	
	width: 157px;
	height: 34px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.boxdrop a span {float:none;}
/* End IE5-Mac hack */

.boxdrop a:hover, .boxdrop li.selected a{
	background:url(../images/drophead-left_h.png) no-repeat left top;
	width: 40px;
}

.boxdrop a:hover span, .boxdrop li.selected a span{
	background:url(../images/drophead-right_h.png) no-repeat left top;
	width: 157px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
	display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


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

.boxdrop_menu{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	
	width: 207px;
	visibility: hidden;
}

.top { 
	background: url(../images/droph_bg_top.png) top left no-repeat;
	margin-top: -1px;
	padding: 0;
}
.bottom { 
	background: url(../images/droph_bg_bottom.png) top left no-repeat;
	margin-top: -1px;
}
.body {
	background-image: url(../images/droph_bg_body.png);
	margin: 1px;
	margin-top: -13px;
	padding: 10px 0;
}

.boxdrop_menu a{
	width: auto;
	display: block;
	text-indent: 10px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html .boxdrop_menu a{ /*IE only hack*/
	width: 100%;
}

.boxdrop_menu a:hover{ /*THEME CHANGE HERE*/
	background-color: #4982C1;
}
