﻿#navigation{
	width:780px;
	margin:0;
    padding:0 0 0 20px;
	float:left;
	font:normal 12px Arial;
	height:34px;
	line-height:normal;}

#navigation ul{
    margin: 0;
    padding:0;
    list-style-type: none;}

/*Top level list items*/
#navigation ul li{
    position: relative;
    float:left;
	background:url(../images/btn_drop.gif) left no-repeat;
	height:34px;}
	
#navigation ul li.line{
    position: relative;
    float: left;
	height:34px;
	background-image:none;}	

#navigation a{
	color:#ffffff;
	text-decoration:none;
    display:block;}


/*Top level menu link items style */
#navigation ul li a{
	padding:10px 15px 0 15px;
}

#navigation ul li a:hover{
	text-decoration:underline;   
}

#my_account{
	float:left;
	width:102px;
	font:normal 12px Arial;
	padding:10px 0 0 40px;
	height:24px;
	background:url(../images/myaccount.gif) left no-repeat;}

#my_account a{
	color:#ffffff;
	text-decoration:none;}	
	
#my_account a:hover{
	color:#ffffff;
	text-decoration:underline;}		

/*Sub level menu*/
#navigation ul li ul{
    left: 0;
    top: 0;
    border:solid 1px #d9b569;
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 100;
    margin-top:1px;
	font:normal 12px Tahoma;
}

#navigation ul li ul li ul{
    margin:-15px 0 0 100px;
}
/* Sub level menu links style */
#navigation ul li ul li a{
    font-weight: normal;
    padding: 5px 5px;
    background: #f0d088;
    border-bottom:1px solid #d9b569;
}
#navigation ul li ul li span{
    font-weight: normal;
    padding: 5px 5px;
    background: #698DC2;
    display:block;
    color:#ffffff;
}

#navigation ul li ul li a:hover{
background: #d3a032;
}

#navigation .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
/* End */


.dr1 li
{
    width:160px;
    }
#dr2 li
{
    width:140px;
    }
#dr4 li
{
    width:190px;
        background: #698DC2;
}
#dr4 li a
{
    width:180px;
}
#dr5 li
{
    width:120px;
    }
.navActive
{
	background-color:#5876A6;
	float:left;
    color:#FFFFFF;
	text-decoration:none;
}
.navActive a 
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;}
	
	