#verticalmenu {
	width: 200px;
	margin: 10px;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
        list-style-type: none;
        margin: 55px 0 0 10px ;
        padding: 0;	

	}
 
.glossymenu, .glossymenu li ul{
list-style-type: none;
}
.glossymenu li ul{
margin:0px;
padding:0px;
}
.glossymenu li{
position: relative;
}

.glossymenu li a{

display: block;
width: auto;
text-decoration: none;
display: block;
color:#fff;
background:  url(images/menu1200.gif) no-repeat ;
padding: 10px 0 0 10px;
height: 22px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
height: 22px;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow000.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #efefef;
}

.glossymenu li a:hover{

	background:  url(images/menu1200.gif) no-repeat 0 -32px;
}
#verticalmenu a.active{color:#FF0033}


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}
