﻿.glossymenu{
width: 193px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
height: 650px;
padding-top: 0px;
padding-right: 15;
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: 15px;
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);*/
background-image:url(../image/latest_bg.jpg);
height: 28px;
font-family: Arial, Helvetica, sans-serif;
color:#0066FF;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
padding-left: 10px;
}
.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: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
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;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
width: 168px; /*175px; */
clip: rect(auto,auto,auto,auto);
list-style-type: none;
left: 25px;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 15px;
}
.glossymenu div.submenu ul li{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #F2F1EE;
width:156px; /*173px; */
height: 25px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #F2F1EE;
padding-left: 10px;
padding-top:5px;
background-repeat: no-repeat;
background-position: 35px;
}
.glossymenu div.submenu ul li a{
display: inline;
color: #333333;
text-decoration: none;
padding-left: 3px;
padding-top: 8px;
padding-right: 0px;
padding-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-indent: -10px;
}
.glossymenu div.submenu ul li a:hover{
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #990000;
text-decoration: underline;
}
/*
body {
background-image: url(); 
margin-left: 0px;	
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}*/

.glossymenu div.submenubottom {
width: 170px;
clip: rect(auto,auto,auto,auto);
list-style-type: none;
left: 25px;
background-color: #FF00FF;
}
.glossymenu a.menubottom {
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 172px;
padding-left: 7px;
text-decoration: none;
background-color:#40a0eb;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 6px;
margin-left: 7px;
height: 1px;
}
