/*- Menu menuCssVertical A--------------------------- */ 

#menuCssVertial
{
	width: 100%;
	background: #eee;
}

#menuCssVerticalA
{
	padding-top: 20px;
	margin-left: 0;
	width: 12em;
	font: 'ËÎÌå', sans-serif;
}

#menuCssVerticalA li
{
	list-style: none;
	margin: 0;
	font-size: 1em;
}

#menuCssVerticalA a
{
	display: block;
	text-decoration: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #035 #035 #eee;
	padding: 0.4em 0.15em 0.4em 0.95em;
}

#menuCssVerticalA a#current
{
	border-color: #035 #eee #eee #035;
}

#menuCssVerticalA a
{
	width: 90%;
	/* only necessary for Internet Explorer */
}

#menuCssVerticalA a
{
	voice-family: "\"}\"";
	voice-family: inherit;
	/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#menuCssVertial#menuCssVerticalA a
{
	width: 90%;
	/* only necessary if you use the hacks above for the Internet Explorer */
}

#menuCssVerticalA a:hover, #menuCssVerticalA a#current:hover
{
	background: #ddd;
	border-color: #035 #eee #eee #035;
}

#menuCssVerticalA a:active, #menuCssVerticalA a#current:active
{
	background: #eee;
	border-color: #035 #eee #eee white;
}
