/*Dot Out line box Remove in All Browsers CSS*/
body a:active {outline: none;}
body a:focus {-moz-outline-style: none;}
body a {outline:0;}
/*CSS End*/
.glossymenu{
	width: 564px; /*width of menu*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
}

.glossymenu a.menuitem{
	color: #000000;
	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;
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.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(../images/barovr.jpg);
	text-decoration: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-color:transparent;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 0px none blue;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.glossymenu div.submenu ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	list-style-type: none;
}
.glossymenu div.submenu ul li a:hover{
	color: #FF0000;
}
