/*this is the css for the vertical version*/

.vertical ul
{
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	list-style-type: none;
	border: none;
	border-top: 1px solid;
	width: 142px; /* do not forget to add widths of the left and right borders... */
}
.vertical li a
{
	text-align: left;
	display: block;
	clear: both;
	width: 140px;
	text-decoration: none;
	/*height: 1em;*/
	padding: 0;
	border: 1px solid;
	border-top: 0px;
}
.vertical li
{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
	text-align: left;
}
.vertical li ul
{
	position: absolute;
	margin: -1em 0 0 135px;
	text-align: left;
}


/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul
{
	display: none;
}

/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span
{
	text-align: right;
	/*padding-left: 1em;*/
	/*font-size: 85%;*/
}
.arrow a:hover span
{
	/*padding-left: 2em;*/
	display: none;
}
.arrow a span.noshow
{
	visibility: hidden;
}
/*Plus code*/
.plus a span
{
	padding-left: .5em;
}

/*colors for menu*/
.ctrmenu li a, .ctrmenu li a:link, .ctrmenu li a:active, .ctrmenu li a:visited
{
	margin: 0;
	padding: 0;
	text-indent: 5px;
	font-size: 11px;
	height: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	background-color: #f6f6f6;
	color: #003c99;
	border-color: #cccccc;
}
.ctrmenu li a:hover
{
	margin: 0;
	padding: 0;
	text-indent: 5px;
	font-size: 11px;
	height: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	background-color: #003c99;
	color: #f3c90c;
	border-color: #cccccc;
}
.ctrmenu ul
{
	border-color: #cccccc;
}

.has_childs
{
	background: url(/img/menu_arrow.gif) #f6f6f6 no-repeat;
	background-position: right 50%;
}

