#menu {
	text-align:left;
}

#menuPad {

}

#columnTwo #menuPad {
	padding-top:0 !important;
	position:relative;
	top:-10px;
}

#columnThree #menuPad {
	padding-top:0 !important;
	position:relative;
	top:-10px;
}

#menu ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none;
}


#columnTwo #menu ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none;
}


#columnThree #menu ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none;

}

#menu ul li a{
	display:block;
	margin:0;
	padding:0;
	width:209px;
    	height:31px;
	background-image:url(/webdata/graphics/redOn.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

#menu ul li a span{
	display:block;
	margin:0;
	padding-left:25px;
	padding-top:8px;
	height:20px !important;
	font-size:12px;
	color:#000 !important;
	cursor:pointer;

}

#menu ul li a:hover {
	background-image:url(/webdata/graphics/yellowOn.gif);
	background-repeat:no-repeat;
	color:#04346d;
}

#menu .selected {
	background-image:url(/webdata/graphics/yellowOn.gif) !important;
	background-repeat:no-repeat !important;
	color:#04346d !important;
	width:209px;
	height:31px;
	font-weight:bold;
}

#menu ul ul li a{
	display:block;
	margin:0;
	padding:0;
	width:198px;
    	height:31px;
	background-image:url(/webdata/graphics/NewLevel.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

#menu ul ul li a:hover {
	background-image:url(/webdata/graphics/NewLevelOver.gif);
	background-repeat:no-repeat;
	color:#04346d;
}

#menu ul ul .selected {
	background-image:url(/webdata/graphics/NewLevelOver.gif) !important;
	background-repeat:no-repeat !important;
	color:#04346d !important;
	width:198px;
	height:31px;
	font-weight:bold;
}

<!-- Third Level -->

#menu ul ul ul li a{
	display:block;
	margin:0;
	padding:0;
	width:198px;
    	height:31px;
	background-image:url(/webdata/graphics/NewLevel.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}

#menu ul ul ul li a:hover {
	background-image:url(/webdata/graphics/NewLevelOver.gif);
	background-repeat:no-repeat;
	color:#04346d;
}

#menu ul ul ul .selected {
	background-image:url(/webdata/graphics/NewLevelOver.gif) !important;
	background-repeat:no-repeat !important;
	color:#04346d !important;
	width:209px;
	height:31px;
	font-weight:bold;
}


.hidelevel {
	display:none;
}

