#menuNew
{
	margin : 0px;
	padding : 0px;
	width : 200px;
	background-color : #FD1813;
}

#menuList
{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#menuList li
{
	border-bottom : 1px solid White;
}

#menuList #selected
{
	background-color : #3BC5F3;
}

#menuList li a
{
	font : 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
	line-height : 30px;
	display : block;
	width : 100%;
	text-indent : 40px;
}

#menuList li a:hover
{
	background-color : #CC0000;
}

#menuList ul
{
	list-style-type : none;
	margin : 0;
	padding : 0 0 5px 0;
	background-color : #95D9F0;
}

#menuList ul li
{
	border-bottom : 1px none White;
}

#menuList ul li .selected
{
	background-color : #71CBEC;
}

#menuList ul li a
{
	font-size : 11px;
	color : #003399;
	line-height : 15px;
}

#menuList ul li a:hover
{
	background-color : #71CBEC;
}