/* ----------------------CLEARFIX----------------------
-------------------------------------------------------*/	

/* clearfix hack: http://www.webtoolkit.info/css-clearfix.html */

.clearfix:after,
form div:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}


.clearfix, form div { display: inline-block; }

html[xmlns] .clearfix,
html[xmlns] form div { display: block; } 

* html .clearfix, * html form div { height: 1%; }


/****************************************************************
 General Tags
****************************************************************/
/* http://webdevel.blogspot.com/2007/05/controlling-browser-scrollbars.html */
html, body{ margin: 0; padding: 0; } /* overflow: auto; */

img{border:none;}

body {background-color: #003366; font: normal 13px arial, sans-serif; color: #fff; }


a.aNavHeader:link          {
font-family:Arial; font-size:13px; font-weight:700; color: #fff; text-decoration: none; outline-style:none; }
a.aNavHeader:visited       {
font-family:Arial; font-size:13px; font-weight:700; color: #eee; text-decoration: none; outline-style:none; }
a.aNavHeader:hover         {
font-family:Arial; font-size:13px; font-weight:700; color: #ddd; text-decoration: none; outline-style:none; }
a.aNavHeader.mainNavi:active      	{
font-family:Arial; font-size:13px; font-weight:700; color: #999; text-decoration: none; outline-style:none; }
a.aNavHeader:focus         {
font-family:Arial; font-size:13px; font-weight:700; color: #999; text-decoration: none; outline-style:none; }

a.aNavSub:link          {
font-family:Arial; font-size:12px; font-weight:400; color: #fff; text-decoration: underline; outline-style:none; }
a.aNavSub:visited       {
font-family:Arial; font-size:12px; font-weight:400; color: #eee; text-decoration: underline; outline-style:none; }
a.aNavSub:hover         {
font-family:Arial; font-size:12px; font-weight:400; color: #ff0; text-decoration: underline; outline-style:none; }
a.aNavSub.mainNavi:active      	{
font-family:Arial; font-size:12px; font-weight:400; color: #999; text-decoration: underline; outline-style:none; }
a.aNavSub:focus         {
font-family:Arial; font-size:12px; font-weight:400; color: #999; text-decoration: underline; outline-style:none; }

.f12{font-size: 12px;}

#navArabLight {
float:right;
margin-top: 0px; margin-right: 10px;
z-index: 0;
}

#navOne, #navTwo, #navThree, #navFour, #navFive, #navOneSub, #navTwoSub, #navThreeSub {
clear: right; float: right;
text-align: right;
}
#navOne, #navTwo, #navThree, #navFour, #navFive {
margin-top: 0px; margin-right: 10px;
width: 150px;
z-index: 0;
}
#navOne {margin-top: -8px;}
#navFive {margin-top: 50px;}

#navOneSub, #navTwoSub, #navThreeSub {
position: absolute;
display: block;
float: right;
visibility: hidden;
width: 150px;
margin: -15px 0px 0px 0px;
z-index: 10;
background-color: #003366; 
}

