/* Start of CMSMS style sheet 'Cssmenu' */
#menu_vert {
   margin-left: 0px;
   margin-right: 0px;
    margin-top: 0px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper {
	/* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   
	border-bottom: 0px solid #FFFFFF;
	width: 100%;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
	height: auto;

}
	
#primary-nav li {
	margin-left: -1px;
	float: left;
	vertical-align: text-top;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #000000;
	background-image: url(uploads/images/menu-fondo.gif);
	background-repeat: no-repeat;
	width: 110px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #990000;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	font-size: 13px;
}
#primary-nav a:hover {
	color: #990000;
	font-size: 14px;
}
#primary-nav a:active {
	background-color: #990000;
	background-image: url(uploads/images/menu-fondo.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	
}
#primary-nav   li .menuactive {
	background-color: #990000;
	background-image: url(uploads/images/menu-fondo.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;

}
#primary-nav li a { 
   border-right: 1px solid #990000;
   border-left: 1px solid #990000;
}
/* End of 'Cssmenu' */

