@charset "UTF-8";
/* CSS Document */

/* BEGIN MAIN TOP NAV */	

#menu  { width:950px; }

#main_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:left;
	display:inline;

}

#main_menu li { float:left; text-align: center; }

.menu_left_filler {
	float:left;
    background:url(images/nav_left.gif) left top no-repeat;
	width:375px;
	padding:5px 0px 5px 0px; 
}

#main_menu a {
	float:left;
	background:#ffffff url(images/nav_button.gif) left top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.5px;
	color:#ffffff;
	text-decoration:none;
	padding:3px 0px 11px 0px; 
	width:111px;
}


#main_menu a:hover { background:url(images/nav_button_over.gif) left top no-repeat; }

#selected a { background:url(images/nav_button_over.gif) left top no-repeat;}



/* SUB MENUS IF NEEDED

	#submenu {
		clear:both;
		background:#ffffff;
		border-bottom:1px solid #ffffff;
		overflow:hidden;
		text-align:right;
		padding-right:25px;
	}
		#submenu ul {
			float:right;
		}
		#submenu li {
			float:left;
		}
		#submenu li a {
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#ffffff;
			text-decoration:none;
			float:left;
			padding:4px 11px 2px;
			position:relative;
		}
		#submenu.many li a {
			padding:4px 7px 2px;
		}
		#submenu li a:hover {
			color:#ffffff;
		}
		#submenu li a.selected {
			color:#ffffff;
			background:url(../images_nav/submenu_over.gif) center bottom no-repeat;
		}
		
		
/* BEGIN LEFT NAV */

		
#client_menu {
	list-style-type: none;
	width:200px;
	padding:5px 0px 10px 0px;
	}

#client_menu li {float:left;}
			
#client_menu a {
	float:left;
	display:inline;
	background:url(images/bullet.gif) left top no-repeat;
	width:200px;
	padding: 0px 25px 10px 20px; 
	text-decoration:none;
	font-size:12px;
	line-height:12px;
	}

#client_menu a:hover {background:url(images/bullet_over.gif) left top no-repeat;}

#client_selected a {background:url(images/bullet_over.gif) left top no-repeat;}	

	

		







