#logo{
	position:absolute;
	top: 10px;
	left: 55px;
	z-index:2;
}
#header_right{
	position:absolute;
	top: 10px;
	right: 0px;
	width:790px;
	height:120px;
}
#header_right img{
	bottom:0px;
}
#searchform {
}
.droplinetabs{
	position:absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
}

.droplinetabs ul{
	font: "Century Gothic";
	font-size:12px;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float:right;
}

.droplinetabs li{
	float: right;
	text-align:center;
}

.droplinetabs a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	color: white;
	background: url(../images/inactive_tab.png) repeat-x top left;
	padding: 4px 10px 4px 10px;
	margin: 0 1px 0 1px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align:center;
}

.droplinetabs li.current_page_item a, .droplinetabs li.current_page_parent a, .droplinetabs li a:hover{
	color:#FFFFFF;
	background:url(../images/active_tab.png) repeat-x top left;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
	color: white;
}

.droplinetabs a span{
	float: left;
	display: block;
	background: transparent url(rightedge.gif) no-repeat right top; /*right corner image*/
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}

.droplinetabs a span{
	float: none;
}

.droplinetabs a:hover span{
	background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #D1D2D4; /*sub menu background color */
	visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
	font: normal 13px Verdana;
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	color:#000000;
	background: #D1D2D4; /*sub menu background color */
}

.droplinetabs ul li ul li a span{
	background: #D1D2D4; /*sub menu background color */
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
	background: #D1D2D4;
	color:#FFF;
}
.page-item-75 a{
	color:#FFFFFF !important;
	background:url('../images/slider_over.png') top left repeat-x !important;	
}

/* root element for tabs  */
#accordion ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
#accordion ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
#accordion ul.tabs a { 
	background: url(../images/inactive_tab.png) repeat-x top left;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#FFF;
	padding:0px;
	margin:0px 2px 0 2px;	
	position:relative;
	top:1px;
}

#accordion ul.tabs a:active {
	background:url(../images/active_tab.png) repeat-x top left;
	outline:none;		
}

/* when mouse enters the tab move the background image */
#accordion ul.tabs a:hover {
	background:url(../images/active_tab.png) repeat-x top left;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#accordion ul.tabs a.current, #accordion ul.tabs a.current:hover, #accordion ul.tabs li.current a {
	background:url(../images/active_tab.png) repeat-x top left;
	cursor:default !important; 
	color:#FFF !important;
}

/* initially all panes are hidden */ 
div.tabpanes div.pane {
	display:none;		
}

