.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}


.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #f2f2f2 url(../graphics/site/minus.gif) no-repeat 10px center;
	list-style-type: none;
	color:#555;
}
.menu li a{
	color:#555;
}
.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #f2f2f2 url(../graphics/site/plus.gif) no-repeat 10px 8px;
/*lks	cursor: hand !important; */
	cursor: pointer !important;
	color:#555;
}
.menu li a span{
	padding:3px 20px;
	color:#555;
}

.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

ul li ul{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}


#navigation {
	margin:0 0 0 0;
	padding:0;
	text-indent:0px;
	font-size:110%;
    font-weight:bold;
}
#navigation a.head {
	cursor:pointer;
	margin:0px;
	text-decoration: none;
	text-indent:0px;
}

#navigation a.head:hover {
	background-color:#552174;
}

#navigation a.selected {
	background-color:#552174;
	color:#fff;
	text-indent:0px;
}

#navigation li a.current {
	background-color:#552174;
	font-weight:bold;
	color:#FFFFFF;
}

#navigation li li a.current {
	background:#595959;
	font-weight:bold;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none;
	margin:0;
	padding:0;
}

#navigation li a{
	color:#fff;
	text-decoration: none;
	margin:0 0 0 -1px;
	padding:0 6px;
	font-weight:bold;
    background-color:#EF047E;
}

#navigation li li a {
	color:#fff;
	text-decoration: none;
	margin:0 0 0 0;
	text-indent:0px;
	background-color:#CCC;
}

#navigation li a:hover{
	background-color:#552174;
}

#navigation li li a:hover{
	background-color:#595959;
}

#navigation li li li a{
 text-indent:28px;
 font-weight:normal;
}
/*******************/
