.glossymenu{
	margin-right       	    : 62px;
    margin-left   		    : 5px;
    margin-top    		    : 90px; /*CHANGE CONTENT MENU HEIGHT*/
	padding					: 0;
	width					: 140px; /*width of menu*/
	border					: 0px solid #9A9A9A;
	border-bottom-width		: 0;
	direction				: rtl;
}

.glossymenu a.menuitem{
	background				: white url(spacer.gif) repeat-x bottom left;
	font-family   		    : Arial, Helvetica, sans-serif;
    font-size      		    : 14px;
    font-weight    		    : normal;
	color					: #c52f2a; /*MENU CATEGORY COLOUR 1 --CHANGE THE NEXT STYLE AS WELL--*/
	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; 
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color					: #c52f2a; /*CHANGE COLOUR HERE TOO MF!*/
}

.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(spacer.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 10px;
	padding					: 0;
}

.glossymenu div.submenu ul li{
	border-bottom			: 0px solid blue;
}

.glossymenu div.submenu ul li a{
	display					: block;
	font-family   		    : Arial, Helvetica, sans-serif;
    font-size      		    : 13px;
    font-weight    		    : normal;
	color					: #0c85ad;
	text-decoration			: none;
	padding					: 2px 0;
	padding-left			: 10px;
}

.glossymenu div.submenu ul li a:hover{
	text-decoration			: underline;
	colorz					: white;
}

.glossymenu_present{ /*MARK CURRENT MENU CATEGORY/PAGE*/
	font-size      		    : 14px;
    font-weight    		    : bold;
	color					: #c52f2a;
	text-decoration			: none;

}

.submenu_present{ /*MARK CURRENT MENU CATEGORY/PAGE*/
	font-size      		    : 12px;
    font-weight    		    : bold;
	color					: #0c85ad;
	text-decoration			: none;

}

.sitenav_present{ /*MARK CURRENT MENU CATEGORY/PAGE*/
	font-size      		    : 12px;
    font-weight    		    : bold;
	color					: #747474;
	text-decoration			: none;

}


.menuitem_present{
	font-family   		    : Arial, Helvetica, sans-serif;
    font-size      		    : 14px;
    font-weight    		    : normal;
	color					: #a40819;
	display					: block;
	text-decoration			: underline;
}
.menuitem_present_top{
text-decoration			: underline;
	color					: #a40819;
}