@CHARSET "ISO-8859-1";
body{background:#003984}
ul{color:#eb5304;}
h1{color:#eb5304; size:x-large;}
h2{color:#eb5304; size:x-large;}
sub{color:#eb5304}
table{color:#eb5304;}
div{color:#eb5304;}
img{border:none;}
a{COLOR: #003984;}
a:visited {COLOR: #003984;}
a:hover{COLOR: #777;}
#current{
	COLOR: #003984;
	}
/*** Nav bar styles ***/

ul.nav{
/*Remove all spacings from the list items*/
	display: block;
	 float:left;
    width:100%;
    background:#eb5304 url("./images/bg.gif")
      repeat-x top;
    font-size:100%;
    font: bold;
    line-height:normal;
    margin: 0;
	padding:10px 10px 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	display: table;
}
ul.nav>li{
	/**display: table-cell;
	position: relative;**/
	float:left;
    background:#eb5304 /**url("./images/norm_left.gif")
      no-repeat left top;**/
    margin:0;
    padding:10px 5px 5px 10px;
    border-width: 0px;
}
ul.nav>li a{
	/**background:#eb5304 url("./images/norm_right.gif")
      no-repeat right top;**/
    padding:5px 15px 5px 6px;
    border-width: 0px;
	}
	
ul.nav>li a #current {
	color:#777;
	}
    
ul.nav li ul{
/*Make the sub list items invisible*/
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	border-width: 0px;
	max-width: 25%;
	/**margin-left: -20px;**/
	margin-top: 5px;
	background-color: #eb5304;
	
}

ul.nav li:hover ul {
/*When hovered, make them appear*/
	display : block;
	list-style: none;
	border-width: 0px;
}

ul.nav li ul a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	list-style: none;
	padding: 0px 10px;
	border-width: 0px;
}



/*** Menu colors (customizable) ***/


.nav ul li a{
	/**background:url("./images/bg.gif")
      repeat-x right top;**/
	background-color: #eb5304;
	color: #003984;
}



.nav ul li a:hover{
	background:none;
	background-color: #003984;
	color: #fff;
}

.nav ul li a:active{
	background:none;
	background-color: #00f;
	color: #003984;
}

ul.side{
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	margin-top: 5px;
	cursor: default;
	list-style-type: none;
	}
	
ul.side
{
	font-size:small;
	width: 48ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	position:fixed;
	margin-right: 1em;
}

ul.side>li
{
	background:url("./images/bg.gif")
      repeat-x right top;
	margin: 0;
	padding: 2px 6px;
}


ul.nav li>ul{
	border: 1px solid #fff;
}

 
	
/**
.nav a{
	text-decoration: none;
}**/
