/* Basic code - don't modify */
#nav {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0px -15px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#nav a {
	display: block;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

* html #nav ul {
	line-height: 0px;
}  /* IE6 "fix" */
#nav ul a {
	zoom: 1;
}  /* IE6/7 fix */
#nav ul li {
	float: none;
}

#nav ul ul {
	top: 0px;
}

/* Essentials - configure this */
#nav ul {
	min-width: 120px;
}

#nav ul ul {
	left: 131px;
}

/* Everything else is theming */
	/* #nav { background-color: #30A8C3; height: 24px; } */
#nav * :hover {
	background-color: none;
	color: #b1c2e3;
}

#nav a {
	color: #fff;
	font: bold 14px Trebuchet MS;
	padding-left: 5px;
}

/* #nav li.hover a { background-color: #5E5A5A; } */
#nav ul {
	top: 27px;
}

#nav ul li a {
	background-color: #091f6a;
	font-weight: bold;
	font-size: 12px;
}

#nav li a.hover {
	font-weight: bold;
	color: #b1c2e3;
}

#nav ul a {
	border-bottom: 1px solid #fff;
	border-right: none; /*opacity: 0.9; filter: alpha(opacity=90);*/
}

#nav ul a {
	border-bottom: 1px dotted #fff;
}



/**
/* top menu 
**/
 #nav2 {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	border:0px solid red;
	float:left;
	
}

#nav2 li {
	text-align:left;
	height:20px;
	border:0px solid red;
	margin:0px 40px 0px 0px;
	_margin:0px 32px 0px 0px;
	display: block;
	list-style: none;
	padding: 0px;
	float: left;
	position: relative;
}

#nav2 a {
	display: block;
}

#nav2 ul {
	width:135px;
	display: none;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
* html #nav ul {
	line-height: 0px;
}  /* IE6 "fix" */
#nav2 ul a {
	zoom: 1;
}  /* IE6/7 fix */
#nav2 ul li {
	float: none;
	/*border:0px solid red;*/
	display: block;
	width:135px;
}
#nav2 ul ul {
	top: 0px;
	/*border:0px solid red;*/
}

/* Essentials - configure this */
#nav2 ul {
	min-width: 135px;
	/*border:0px solid red;*/
}
#nav2 ul ul {
	left: 135px;
}

/* Everything else is theming */
/* #nav { background-color: #30A8C3; height: 24px; } */
#nav2 * :hover {
	background-color: none;
	color: #b1c2e3;
}
#nav2 a {
	color: #fff;
	font: bold 14px Trebuchet MS;
	padding-left: 5px;
}

/* #nav2 li.hover a { background-color: #5E5A5A; } */
#nav2 ul {
	top: 22px;
}
#nav2 ul li a {
	background-color: #091f6a;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
}
#nav2 li a.hover {
	font-weight: bold;
	color: #b1c2e3;
}
#nav2 ul a {
	border-bottom: 1px dotted #fff;
	padding:0px;
	margin:0px;
}
