/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* outermost UL */
.vertMenu ul{
	margin: 0;
	padding: 2 0;
	list-style-type: none;
	width: 150px;
	border-bottom: 1px solid #000;
	font-size: 0.87em;
	font-weight:normal;
	text-align:left;
}
.vertMenu ul li{
	position: relative;
	background: White;
}
/*Sub level menu items */
.vertMenu ul li ul{
	position: absolute;
	width: 190px; /*sub menu width*/
	top: 4;
	visibility: hidden;
	font-size: 1.03em;
}
/* Sub level menu links style */
.vertMenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #C60000;
	text-decoration: none;
	background: White;
	padding: 2px 5px;
	border: 1px solid #000;
	border-bottom: 0;
}
/* next 2 items define hig visibility menu items */
.vertMenu ul li.hotItem {
	font-weight:bold;
	background:yellow;
	padding:2px;
}
.vertMenu ul li.hotItem a{
	background:  white url(Images/TiffenAni.gif) repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vertMenu ul li.hotItem a:hover{
	background: Silver;
}
/* next 3 items are for seperator lines */
.vertMenu ul li.menudivider {
	background:#C60000;
	padding:3px;
	border: 1px solid #C60000;
	border-bottom: 0;
}
.vertMenu ul li.menudivider a {
	background:#C60000;
	height:2px;
}
.vertMenu ul li.menudivider a:hover{
	background: #C60000;
	cursor: default;
}
.vertMenu ul li a:visited{
	color: black;
}
.vertMenu ul li a:hover{
	background-color: Silver;
}
.vertMenu ul li a.hot:hover{
	background-color: yellow;
}
.vertMenu .subfolderstyle{
	background: url(arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .vertMenu ul li { float: left; height: 1%; }
* html .vertMenu ul li a { height: 1%; }
/* End */
.menucap {
	font-weight: bold;
	text-align: center;
	padding: 0px;
	background: #C60000;
	color: #fff;
}
