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

/* End of 'Cssmenu2' */

