﻿/* layout*/
.glossymenuWrap
{	 margin: 10px 0 10px 0;
	 padding: 0 10px 0 10px;
	 background:#00326d;
	 width:100%;
	 clear:both;
}
.glossymenu{
margin: 5px 0;
 padding-right:10px;
width: 100%; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{

color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 24px;
padding: 8px 0 0 10px;
margin: 0 10px 0 10px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #808080;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 10px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
}

.glossymenu div.ddsubmenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.ddsubmenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0 10px 0 15px;
padding: 0;
}

.glossymenu div.ddsubmenu ul li{
border-bottom: 1px solid #808080;
height: 24px;

margin: 0 10px 0 10px;
}

.glossymenu div.ddsubmenu ul li a{
display: block;
color: white;
text-decoration: none;
padding: 0px;
padding-left: 10px;
}

.glossymenu div.ddsubmenu ul li a:hover{

color: white;
}
/*style*/

