/************************************************
*	Navbar mod		  							*
************************************************/

#nav { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}

#nav li { 
 	float: left; 
	display: block; 
	padding: 0; 
	margin: 0; 
	}

#nav a { 
    background: url("images/navibg.png") repeat; 
	cursor: pointer;
	color: #000000;
	} 

#firsttab_r a{  
    background: url("images/redbg.png") repeat; 
 	cursor: pointer;
	font-weight: bold;  
	color: #ffffff;	 
	}
			
	
#tab_r a, #lasttab_r a {
 	background: url("images/wor.png") left top no-repeat; 
 	position: relative;
	right:18px;
	font-weight: bold;
	color: #ffffff;
	}					

#nav a span.first { 
	background: url("images/roundwhite.png") right top no-repeat; 
	height: 32px; 
	padding-right: 18px;
	} 

#lasttab a span.first { 
	background: url("images/roundwhitelast.png") right top no-repeat; 
	height: 32px; 
	margin-right: -18px;
	} 

#firsttab_r a span.first {  
	background: url("images/roundred.png") right top no-repeat; 
	height: 32px; 
	padding-right: 18px;
	} 

#tab_r a span.first {
	background: url("images/roundred.png") right top no-repeat;  
	color: #ffffff;
	font-weight: bold;
 	position: relative;
	left:18px;
	height: 32px;
	}	

#lasttab_r a span.first {
 	background: url("images/roundredlast.png") right top no-repeat;   
   	position: relative;
	left:18px;
	height: 32px;
	}

#tab_r a span.second, #lasttab_r a span.second {
  	background: url("images/redbg.png") repeat;
	height: 24px; 
	display: block;	
	}

#nav a, #nav a span.first, #nav a span.second { 
	display: block; 
	float: left; 
	} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
/*
#nav a, #nav a span { 	
	float: none; 
	} 
*/
/* End IE5-Mac hack */ 

#nav a:hover { 
	text-decoration: underline; 
	} 

#nav span.second {
 	padding: 8px 12px 0px 5px; 
 	display: block;
	}
	
#firsttab_r span.second, #firsttab span.second {
 	padding: 8px 20px 0px 30px; 
 	display: block;
	}
	
/* second level */

.dropmenu_a {
	position:absolute;
	top: 0;
	border: 1px solid #727272; 
	border-top-width: 8px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	}
	
.dropmenu_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #727272;
	border-bottom: 1px solid #727272; 
	padding: 2px 0;
	text-decoration: none;
	color: black;
	}

/*
* html .dropmenudiv_a a { 
	width: 100%;
	}
*/

.dropmenu_a a:hover {
	background-color: #b82727;
	color: white;
	}
			
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/	

#sidebar h2 {
	background: url(images/headline.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	}

#sidebar ul ul {
	background: url(images/bgwidget.png) repeat-y;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 8px 0px;
	padding: 3px 0px 0px 5px;
	border-bottom: double 4px #f7f7f7;
	}

#sidebar ul ul.children {
	background: none;
	list-style-type: none;
	width: 180px;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 8px 0px;
	padding: 3px 0px 0px 5px;
	border-bottom: none;
	}	
/************************************************
*	Search Form									*
************************************************/

#s {
 	float:left;
	margin-top: 1px;
	border: none;
	background:  url(images/searchbox.png) no-repeat left top;
	height: 20px;
	width: 128px;
	display: inline;
	}