﻿/* CSS Document */

#menu {
	background: #4F63F6;
	color: #FFFFFF;
	position: relative;
	z-index: 600;
	margin: 0px;
	padding: 5px 0px 0;
	float: right;
	background-color: #4F63F6;
	width: 557px;
	height: 32px;

}

#menu ul {
	left: 0px;
	list-style: none;
	margin:  0;
	padding: 0;
	float: left;
	position: relative;
	width: 110px;
	background: #4F63F6;
}

#menu ul li ul {
	width: 130px;
}

#menu a {
	font: 1.2em Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #FFFFFF;
	text-decoration: none;
	background: #4F63F6;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	border-left-style: solid;
	border-top-color: #5EB36F;
	border-right-color: #5EB36F;
	border-bottom-color: #5EB36F;
	border-left-color: #5EB36F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#menu a.main_menu {
	display: block;
	color: #FFFFFF;
	text-align: center;
	background: #4F63F6;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a.main_current{
	color: #FFFFFF;
	background: #6D7FFF;
}

#menu a.current{
	color: #FFFFFF;
	background: #4F63F6;
}

#menu a:hover {
	color: #FFFFFF;
	background: #4F63F6;
}

#menu a.main_menu:hover {
	color: #FFFFFF;
	background: #6D7FFF;
}

#menu li { position: relative; }

#menu ul ul {
	left: 0px;
	position: relative;
	z-index: 500;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

#menu ul ul li{
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
