* { margin: 0; padding: 0; }
#navigation2 {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 225px;
	padding: 0px;
	display:block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/base4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navigation2 a.head {
	display: block;
	height: 30px;
	width: 225px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #CCCCCC;
	background:url(./base2.jpg) no-repeat scroll 3px 4px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#navigation2 a.head:hover {
	color:#FFFF99;
}
#navigation2 a.selected {
}

#navigation2 a.current {
	background-color:#FFFF99;
}

#navigation2 ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	height:5px;
	overflow:hidden;
}
#navigation2 li {
	list-style:none outside none; display:inline;
}
