#menu1 {
	/* height: 30px; */
	float: left;
	width: 150px;
	/*background: #222 url(../images/design/header_bg.jpg) repeat-x bottom;*/
	border-bottom: 1px solid #FFF;
	/* border-top: 1px solid #FFF; */
	
}
#menu1 h3 {
	display: none;
}
#menu1 ul {
	float: left;
	padding-left: 2px;
	margin: 0;
	width: 150px;
	
}
#menu1 li {
	float: left;
width=160px;
}
#menu1 a {
	display: list-item;
	list-style-type: disc;
	color: #FFF;
	text-decoration: none;
	margin: 0;
width:123px; 
	/* height: 23px; */
	/*background: #444 url(../images/design/tab_bg.jpg) no-repeat bottom left;*/
	/*border-right: 1px solid #FFF;*/
	padding: 5px 15px 0px 1px;
	/* for IE 5 */
	float: left;
	clear: right;
}
/* IE 5 hack \*/
#menu1 a { float: none; }
/* End hack */
#menu1 a:hover {
	text-decoration: underline;
	/* background: #333 url(../images/design/tab_bg.jpg) no-repeat bottom right; */
}


/* SECOND LEVEL ============================================================== */

#menu2 {
	/* height: 30px; */
	float: left;
	width: 100%;
}

#menu2 ul {
	float: left;
	padding-left: 4px;
	margin: 0;
	
}
#menu2 li {
	float: left;
}
#menu2 a {
	display: list-item;
	list-style-type: circle;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0;
	padding: 5px 0px 0px 1px;
	/* for IE 5 */
	float: left;
	clear: right;
}
/* IE 5 hack \*/
#menu2 a { float: none; }
/* End hack */
#menu2 a:hover {
	text-decoration: underline;
	/* background: #333 url(../images/design/tab_bg.jpg) no-repeat bottom right; */
}
