/*     MAIN MENU    */ 

#main-menu-cont {
	width			: 204px;  
	height			: 614px;  
	margin-top		: 0px; 
	float			: left;
	/*background-color	: #ffffff; */
	background-image	: url("../images/menu_background.jpg");
	background-repeat	: repeat-y;
	background-position	: bottom;
	}

#main-menu {
	width			: 204px;  
	margin-top		: 0px; 
	float			: left;  
	/*background-image	: url("../images/menu_background.jpg"); */
	/*background-repeat	: repeat-y;   */
	/*background-position	: left;   */
	}

#main-menu ul {
	width			: 204px;
	list-style-type		: none;
	text-indent		: 0px;
	clear			: both;
	margin			: 0px;
	padding			: 0px;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	color			: #FFFFFF;
	background-position	: 0px 0px;
	background-repeat	: no-repeat;
	}

#main-menu li {
	float			: left;
	}
	
#main-menu li.one a {
	height			: 19px;
	width			: 204px;
	text-decoration		: none;
	float			: left;
	color			: #000000;
	text-align		: left;
	padding			: 4px;
	border-bottom		: solid #dddddd 1px;
	background-image	: url("../images/menu_bullet.gif");
	background-repeat	: no-repeat;
	background-position	: 5px 5px;
	padding-left		: 20px;	
	}
	
#main-menu li.one a:visited {
	height			: 19px;
	width			: 204px;
	text-decoration		: none;
	float			: left;
	color			: #000000;
	text-align		: left;
	padding-top		: 4px;
	border-bottom		: solid #dddddd 1px;	
	background-image	: url("../images/menu_bullet.gif");
	background-repeat	: no-repeat;
	background-position	: 5px 5px;
	padding-left		: 20px;	
	}	

#main-menu li.one a:hover {
	color			: #000000;
	font-weight		: bold;
	background-color	: #FFFFE0;
	border-bottom		: solid #dddddd 1px;	
	background-image	: url("../images/menu_background2.jpg");
	background-repeat	: no-repeat;
	background-position	: 0px 0px;
	padding-left		: 20px;		
	}
	
#main-menu li.two {
	height			: 10px;
	width			: 204px;
	text-decoration		: none;
	font-color		: #ffffff;
	float			: left;
	color			: #ffffff;
	text-align		: left;
	padding			: 4px;
	border-bottom		: solid #dddddd 1px;
	}
