@charset "utf-8";
/* CSS Document */
 #secMenu #subMenu  {
		
	margin: 0px;
	padding: 0px;
	float: left;
	width: 159px;
}
 .subMenu {
	list-style:none;
	position: relative;
	margin: 0;
	background-image:url(../img/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

}
 .subMenu li {
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
	width: 159px;
	display:block;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 2.5em;
}
.subMenu  
a
{
	text-align: right;
	height:28px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
		font-size: 90%;
}
.subMenu li 
a.subsub:link {
	text-align: right;
	height:28px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
		font-size: 90%;
}
.subMenu li 
a.subsub:visited {
	text-align: right;
	height:28px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
		font-size: 90%;
}
.subMenu li 
a.subsub:active{
	text-align: right;
	height:28px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
		font-size: 90%;
}
.subMenu li a.subsub:hover
{
	text-align: right;
	height:28px;
	display:block;
	padding-right: 35px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #DC2CA9;
		font-size: 90%;
}

/**/

.subMenu li 
a.subsub-taller:link {
	text-align: right;
	height:32px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
	font-size: 90%;
	line-height: 15px;
}
.subMenu li 
a.subsub-taller:visited {
	text-align: right;
	height:32px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
		font-size: 90%;
		line-height: 15px;
}
.subMenu li 
a.subsub-taller:active{
	text-align: right;
	height:32px;
	display:block;
	padding-right: 25px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #CCCCCC;
	vertical-align: text-bottom;
		font-size: 90%;
		line-height: 15px;
}
.subMenu li a.subsub-taller:hover
{
	text-align: right;
	height:32px;
	display:block;
	padding-right: 35px;
	text-decoration: none;
	background-image:url(../img/bullets.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #DC2CA9;
		font-size: 90%;
		line-height: 15px;
}

