@charset "utf-8";
/* CSS Document */

/* CSS Document */

#menu ul
{
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}



#menu ul li
{
	float: left;
	text-align: right;

}



#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
	width: 150px;
	padding: 0px;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	padding: 0px;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
	display: block;
	color: #141517;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 12px;
	margin: 0px;
	padding-bottom: 0px;
	height: 21px;	
}
#menu a:hover
{
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#menu .selected {


}
#menu .selected a{
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu .selected a:hover
{
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
	background-position: top;
}




#menu ul li ul li a {
	padding: 4px;
	height: auto;
	border: 1px solid #072349;
	background-color: #8590A5;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	background-image: none;	
	color: #FFFFFF;
}
#menu ul li ul li a:hover {
	color: #FFFFFF;
	background-image: none;
	background-color: #D5211F;
}
#menu .selected ul li a {
	padding: 4px;
	height: auto;
	border: 1px solid #072349;
	background-color: #4c6383;
	font-weight: normal;
	line-height: 15px;
	background-image: none;
}
#menu ul li ul li
{
	float: none;
	background-image: none;
	background-repeat: no-repeat;
}
#menu_sitemap a
{
	display: block;
	color: #141517;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 12px;
	margin: 0px;
	padding-bottom: 0px;
	height: 21px;	
}
#menu_sitemap a:hover
{
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
	background-position: top;
}
