﻿.glossymenu{
width: 213px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
height: 380px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
/*background-image: url(style/images/menu-bg.jpg);*/
}
.main {
height: 580px;
width: 213px;
border: 0px solid #d6cabb;
margin-top: 1px;
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:#FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 213px; /* 168px; */
padding-left: 13px;
text-decoration: none;
background-color:#921A19;
padding-top: 9px;
padding-right: 0px;
padding-bottom: 11px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ACADAD;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #BB7900;
}
.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:#7E1110;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
width: 213 px; /*175px; */
clip: rect(auto,auto,auto,auto);
list-style-type: none;
left: 35px;
}
.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: 0px;
border-bottom-style: solid;
border-bottom-color: #F2F1EE;
width:193px; /*173px; */
height: 35px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #4F5459;
padding-left: 10px;
padding-top:10px;
background-color:#790908;
background-repeat: no-repeat;
background-position: 35px;
}
.glossymenu div.submenu ul li a{
display: inline;
color: #D6C504;
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:#FFFFFF;
text-decoration:none;
}
/*
body {
background-image: url(); 
margin-left: 0px;	
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}*/

.glossymenu div.submenubottom {
width: 213px;
clip: rect(auto,auto,auto,auto);
list-style-type: none;
left: 35px;
background-color: #FF00FF;
}
.glossymenu a.menubottom {
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 213px;
padding-left: 7px;
text-decoration: none;
background-color:#636760;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 6px;
margin-left: 7px;
height: 1px;
}

.subclass {
color:#D6C504;
}
.subclass a{
color:#D6C504;
}
.subclass a:hover{
color:#636760;
}