/*
 * Basis Menu Buttons
 */
 
a.menubutton:link
{
	color							: #000000;
	padding						:	0px;
	marigin						:	0px;
	diplay						:	block;
	width							:	100%;
	text-decoration 	: none;
	font-size					: 11px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
}

a.menubutton:visited
{
	color							: #000000;
	padding						:	0px;
	marigin						:	0px;
	diplay						:	block;
	width							:	100%;
	text-decoration 	: none;
	font-size					: 11px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
}

a.menubutton:hover
{
	color							: #9B6656;
	padding						:	0px;
	marigin						:	0px;
	diplay						:	block;
	width							:	100%;
	text-decoration 	: none;
	font-size					: 11px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
}
 
/* Basic EE Menu
 */
.menu_level_0
{
	width		: 155px;
	float		: right;
	height	: 20px;
	
 	border-width		: 0;
	border-color		: black;
	border-style		: dotted;
	  
	background-color	: #6E83B0;
	position 					: relative;
	z-index  					: 17;
	
	color							: white;
	font-weight				: bold;
	
	padding						: 2px 2px 0px 2px;
 }  		

.menu_level_1
{
	width		: 145px;
	float		: right;
	
 	border-width		: 0;
	border-color		: black;
	border-style		: dotted;
	  
	background-color	: transparant;
	position 					: relative;
	z-index  					: 17;
	
	color							: black;
	text-align				: left;
	
	padding						: 2px 2px 2px 2px;
 } 
 

