@charset "UTF-8";
/* CSS Document */

#glossymenu{
		position: relative;
		width: auto; /*width of menu*/
		height: auto;
		background: #fff;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		padding: 20px 0px 20px 0px;
		border-bottom-width: 0;
		text-align: left;
		margin: 0px 0px 20px 0px;
	
		}

/* main category header*/

.boxtitle{width: 212px; height: auto; background: #fff; text-align: center; padding-bottom: 7px;}

#glossymenu a.menuitemhead{


		color: #036; /*main item color*/
		background-color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		text-indent: 30px;
		display: inline;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		margin-bottom: 5px;
		text-decoration: none;
		border-bottom: 0;
		}

.submenuheader{
	
		color: #333;
		background-color: #fff;
		font-size: .9em;
		font-weight: bold;
		text-align: left;
		display: inline;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: auto;
		padding: 3px;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		}




/*---text menu--*/



#glossymenu a.menuitem{
		background-color: #558bba;
		font: 12px Verdana, Helvetica, sans-serif;
		color: #fff;/* color of item */
		display: block;
		position: relative; 
		width: auto;
		padding: 4px 0;
		padding-left: 10px;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		}

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



#glossymenu a.menuitem:hover{
		background-color: #fff;
		color: #c60;/* item hover */
		}
		
#glossymenu a.menuitem:active{
		background-color: #fff;
		color: #c60;/* item hover */
		}
		
		
#glossymenu div.submenu{ /*DIV that contains each sub menu*/
		background: #fff;
		}
		
#glossymenu div.submenu ul{ /*UL of each sub menu*/
		list-style-type: none;
		margin-left: 0px;
		padding: 0;
	/*	line-height: .3em; */
		}
		
#glossymenu div.submenu ul li{
		border-bottom: 0;
		display: block;
		padding-bottom: 0px;
		}

#glossymenu div.submenu ul li a{
		display: block;
		font: 11px Verdana, Helvetica, sans-serif;
		color: #555;
		text-decoration: none;
		padding: 5px 0px 8px 10px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		}

#glossymenu div.submenu ul li a:hover{
		background: #fff;
		color: #558bba;
		}
	
	