.glossymenu{
	margin: 0 0 15px 0;
	padding: 0;
	/*width: 260px;*/ /*width of menu*/
	border:0;
}

.glossymenu a.menuitem{
	color:#B9B9B9;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0 0;
	padding-left: 10px;
	text-decoration: none;
	background: black url(../images/v_menu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:0px solid #000;
	border-bottom:none;
	line-height:30px;
	height:30px;
	text-indent:18px;
}

.glossymenu .last{
	border-bottom:0px solid #000;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#B9B9B9;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 6px;
	right: 5px;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/v_menu-hover.png);
	color:#ffffff;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #2E2D2F;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-top: 1px solid #0F0F10;
	border-left:1px solid #0F0F10;
	border-right:1px solid #0F0F10;
}

.glossymenu div.submenu ul li a{
	display: block;
	color:#D7D7D7;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:25px;
}

.sub-bottom-border{
	border-bottom:1px solid #000;
}

.glossymenu div.submenu ul li a:hover{
	color:#FFF;
	background-color:#0193E8;
}

.lfimg {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

.cap {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color:#333333;
	padding-left: 15px;
	letter-spacing: 3px;
}

.cap_txt {
	font-family: Arial;
	font-size: 18px;
	color:#000000;
	padding-left: 12px;
}

.syl {
	padding-left: 30px;
}

img{
	border:0px;
}