﻿.verticalmenu
{
	margin:5px 0;
	padding:0;
	width:200px; /*width of menu*/
	border:0;
}
.verticalmenu div.silverheader a
{
	background:#808080 url(img/bg/vtitle.gif) repeat-x center left;
	font:normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:white;
	display:block;
	position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width:auto;
	padding:5px 0;
	padding-left:8px;
	text-decoration:none;
}
.verticalmenu div.silverheader a:visited, .verticalmenu div.silverheader a:active
{
	color:white;
}
.verticalmenu div.selected a, .verticalmenu div.silverheader a:hover
{
	background-image:url(img/bg/vtitlehover.gif);
	color:white;
}
.verticalmenu div.subitemmenu
{ /*DIV that contains each sub menu*/
	padding:5px;
	background:white;
	height:300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.verticalmenu a.itemmenu
{
	color:#707070;
	font-size:10px;
}
.verticalmenu td.dot
{
	width:13px;
	height:13px;
	background-repeat:no-repeat;
	background-image:url(img/dotblu.gif);
}
.verticalmenu tr.row
{
	border-bottom:#c0c0c0 1px solid;
}