@charset "utf-8";

/* CSS Document */







.contentSubmenu{

	text-transform:uppercase;

	font-size:10px;

	font-weight:regular;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	border-top:2px solid #7193A9 !important;

	border:0;

	width:556px;
}

.contentSubmenu ul{

	display:block;

	width:556px;

	height:15px;

	line-height:15px;

	background-color:#7193A9;

	border-bottom:1px solid #FFFFFF;

}

.contentSubmenu li.level2{

	display:block;

	float:left;

	list-style:none;

	padding-left:15px;

	padding-right:5px;

	background-attachment: scroll;

	background-image: url(../images/normal_arrow.gif);

	background-repeat: no-repeat;

	background-position:5px 5px;

}

.contentSubmenu li.level2active{

	display:block;

	float:left;

	list-style:none;

	padding-left:15px;

	padding-right:5px;

	background-attachment: scroll;

	background-image: url(../images/active_arrow.gif);

	background-repeat: no-repeat;

	background-position:5px 5px;

}



.contentSubmenu li a{

	text-decoration:none;

	color:#FFFFFF;

	display:block;

	font-weight:bold;

}



