﻿.glossymenu{
width: 193px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
height:100%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
/*background-image: url(style/images/menu-bg.jpg);*/
}
.main {
height: 580px;
width: 190px;
border: 0px solid #d6cabb;
margin-top: 1px;
padding-right: 0px;
background-image:url(image/menu-top-bg.jpg);
/*background-image: url(style/images/menu-bg.jpg);*/
}
.menuheader {
/*background-image: url(style/images/menu-top-bg.jpg);*/
height: 28px;
font-family: Arial, Helvetica, sans-serif;
color:#0066FF;
font-size: 11px;

text-transform: uppercase;
padding-left:0px;
}
.glossymenu a.menuitem{
color: #554634;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 168px; /* 168px; */
padding-left: 13px;
text-decoration: none;
background-color:#e1ecf2;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 6px;
font-family: Verdana;
font-size: 11px;
font-weight:200;
margin-left: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D8CFBA;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #554634;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background-color:#FFFFFF;
}
