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

/* ##### Delete Me ##### */
/*div{ border:thin #00FFFF dashed;  position: relative;}*/
/* ##################### */

/* ##### Top Menu ##### */
.clearLeft{clear: left;}
#topMenu{
	background: #FFF url(../images/topMenu_BG.jpg) left top repeat-x;
	padding:0 40px;
	margin:0 0 0px 0;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	height:37px;
}


#topMenu ul {
	margin: 0 ; 
	padding: 0;
  float: left;
}

#topMenu ul li {
  display: inline;
}

#topMenu ul li a {
	float: left;
	text-decoration: none;
	color: white;
	padding: 11.5px 18px;
	border-top: thin none #000033;
	border-right: thin solid #000033;
	border-bottom: thin none #000033;
	border-left: thin none #000033;
}
#topMenu ul li a.last {
	border-right: thin none #000033;
}

/*
#topMenu ul li a:visited {
	color: white;
}
*/
#topMenu ul li a:hover, .menu ul li .current {
	background-color:#000066;
	background-image:url(../images/topMenu_Rollover.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
 

/* ##### Left Menu ##### */
#leftMenu{
	padding:0;
	margin:0 0 2px 0;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	/*border-right: 2px solid #000;*/
}


#leftMenu ul {
	margin: 0 auto; 
	padding: 0;
  float: left;
}

#leftMenu ul li {
  display: inline;
	width:100%;
}

#leftMenu ul li a {
	width:260px;
	float: left;
	text-decoration: none;
	color: white;
	padding: 8.5px 18px;
	border-top: thin none #000033;
	border-right: thin solid #000033;
	border-bottom: thin solid #000033;
	border-left: thin none #000033;
}

/*
#leftMenu ul li a:visited {
	color: white;
}
*/
#leftMenu ul li a:hover, .menu ul li .current {
	background-color:#0D101E;
}

/* ##### Footer Menu ##### */

#footer ul {
/*	margin: 0 auto; padding: 0;*/
  float: left;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	padding: 0px 10px;
}

/*
#footer ul li a:visited {
	color: white;
}
*/
#footer ul li a:hover, .menu ul li .current {
	color: #FAEC05;
}

