/* Accordian Menu (Everyting called glossymenu is related to Expanding menu)  */

.glossymenu{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Arial;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}

.glossymenu a.menuitem{
background: #f3f3f3 url(button.gif) no-repeat bottom left;
color: #669966;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border: 1px solid #ccc;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #669966;
}

.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-image: url(button.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #D3D3D3;
border-right: 1px solid #D3D3D3;
border-left: 1px solid #D3D3D3;
}

.glossymenu div.submenu ul li a{
display: block;
font: 12px Helvetica;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}

/* End Acordian Expanding menu  */

/* Start Navigation Bar TOP MENU LAYOUT*/

.navbar {background: #cccccc;
width:960px;
height:30px;

clear:both;
 margin: 0px 0px 0px 0px;
 font: bold 14px Arial;

}

.navbar ul{
float:right;
padding:6px 0 0 5px;
}

.navbar ul li a:link, ul li a:visited{
 text-decoration: none;
 color: black;
}

.navbar ul li a:hover {
 text-decoration: none;
  color: darkgrey;
}


ul.navbar, li.nav-bar {
 display: inline;
 margin-right: 22px;

}


/* End Navigation Bar */

