@charset "UTF-8";
/* CSS Document */




#admin_menu {
	width: 200px;
	height: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	}
	
	
	
	
.nav_title {
	background: url(/images/admin_menu/menu_title_bg.jpg) repeat-x bottom;
	width: 175px;
	height: 19px;
	padding: 4px 0px 0px 5px;
	border: 2px solid #000000;
	color: white;
	}

a.navs {
	background-color: #f1f1f1;
	width: 175px;
	height: 19px;
	padding: 4px 0px 0px 5px;
	float: left;
	border-right: 2px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 2px solid #cfcfcf;
	text-decoration: none;
	color: #666;
	}
a.navs:visited {
	color: #666;
	text-decoration: none;
	}
a.navs:hover {
	background: url(/images/admin_menu/menu_on_page.jpg) no-repeat;
	width: 194px;
	height: 19px;
	padding: 4px 0px 1px 7px;
	float: left;
	text-decoration: none;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a.navs:active {
	color: #666;
	text-decoration: none;
	}
	
a.nav_on {
	background: url(/images/admin_menu/menu_on_page.jpg) no-repeat;
	width: 194px;
	height: 20px;
	padding: 4px 0px 0px 6px;
	float: left;
	text-decoration: none;
	color: #666;
	}
a.nav_on:visited {
	text-decoration: none;
	color: #666;
	}
a.nav_on:hover {
	color: black;
	text-decoration: none;
	color: #666;
	}
a.nav_on:active {
	text-decoration: none;
	color: #666;
	}
	
.nav_breaker {
	width: 195px;
	height: 15px;
	clear: both;
	}
	
	
	
