.cMenu ul {
	margin           : 0px;
	padding          : 0px;
	list-style-type  : none; 	
	width            : 100%;
	background-color : #E0EBEF;
	border-bottom    : 1px solid #7CA9B5;
	border-top       : 1px solid #7CA9B5;
	overflow         : hidden;
	font             : 10pt Verdana;
	font-weight      : 700;
}

.cMenu li {
	display : inline;
	margin  : 0px;	
}

.cMenu li a {

	float            : left;
	display          : block;
	text-decoration  : none;
	margin           : 0px;
	padding          : 6px 15px;
	color            : #000;
	background-color : #E0EBEF;
	
}

.cMenu li a:hover {
	color : #000;
	background-color : #7CA9B5;
}

.cMenu li a.selected {
	color : #000;	
}


.slantedmenu{
text-align : left;
font-size : 11pt;
}

.slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: right; /*set value to "center" for example to center items*/
}

.slantedmenu ul li{
display: inline;
}

.slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-left: 5px;
padding-right: 25px;
text-indent: -10px;
margin: 0;
text-decoration: none;
background: transparent url(../../system/modules/aln_menu/slantdivider.gif) top right no-repeat;
}

.slantedmenu ul li a:visited{
color: #494949;
} 

.slantedmenu ul li a:hover{
	color: #7E2C07;
}