#navigation {

}

	#navigation .leftCol{
	float:left;
	width:83%;
	background:url(images/bkgd-topNavs.gif) repeat-x;
	}
	
	#navigation .rightCol {
	float:left;
	width:17%;
	overflow:hidden;
	}
	
		#navigation .rightCol .leftFormCol {
		float:left;
		width:80%;
		overflow:hidden;
		}
		
		#navigation .rightCol .rightFormCol {
		float:left;
		width:20%;
		overflow:hidden;
		}

/**reset unordered list defaults**/
#navigation ul{
margin:0;
padding:0;
}

#navigation li {
margin:0;
padding:0;
}
/**end reset**/


#sddm
{	
	float: right;
	background:url(images/bkgd-header.jpg);
	/*width:936px;*/
}

#sddm li
{	
	list-style: none;
	float: left;
	width: auto;
	margin-left: 1px;
	text-transform: uppercase;
	font: bold normal 12px/27px Arial, Helvetica, sans-serif;
	font-weight: bold;}

#sddm li a
{	display: block;
	background: url(images/bkgd-topNavs.gif);
	margin: 0;
	padding: 0px 11px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;}

#sddm li a:hover
{	background: url(images/bkgd-topNavsOver.gif);
	color: #f3fecf;}

	#sddm ul
	{	position: absolute;
		/*visibility: hidden;*/
		margin: 0;
		padding: 0px 0px 0px 0px;
		text-indent: 0px;
		text-align: left;
		font: bold normal 12px/14px Arial, Helvetica, sans-serif;
		color: #ffffff;
		background: #663300;
	}
		#sddm ul li {
		display:block;
		clear:both;
		width:100%;
		}

		#sddm ul a
		{	position: relative;
			display: block;
			margin: 0;
			padding: 4px 11px;
			width: auto;
			white-space: nowrap;
			text-align: left;
			text-decoration: none;
			background: #996600;
			color: #ffffff;
			font: bold normal 12px/14px Arial, Helvetica, sans-serif;
			font-weight: bold;
			z-index:500;
			border-bottom: 1px solid #663300;}
	
		#sddm ul a:hover
		{	background: #660000;
			color: #f3fecf;
			width: auto;}
			
			#sddm ul li ul{
			position:absolute;
			left:101%;
			top:-0px;/*this value must be negative*/
			}
			
				#sddm ul li ul li {
				display:block;
				clear:both;
				}



.navigations
{
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;

}
.navigations A
{
	display: block;
	float:right;
	background: url(images/bkgd-topNavs.gif);
	color: #ffffff;
	height: 27px;
	text-align: center;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 1px;
}
.navigations A:visited
{
    display: inline-block;
    background: url(images/bkgd-topNavs.gif);
    color: #ffffff;
    height: 27px;
    text-align: center;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 1px;
}
.navigations A:hover
{
    display: inline-block;
	background: url(images/bkgd-topNavsOver.gif);
    color: #f3fecf;
    height: 27px;
    text-align: center;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 1px;
}
.navigations A:active
{
    display: inline-block;
    background: url(images/bkgd-topNavs.gif);
    color: #ffffff;
    height: 27px;
    text-align: center;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 1px;
}

.navigationsON
{
    display: inline-block;
	float:right;
    background: url(images/bkgd-topNavsON.gif);
    font: bold 12px/29px Arial, Helvetica, sans-serif;
    color: #000000;
	height: 27px;
	text-align: center;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 1px;
}



.SideNavs
{
	display: block;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #993333;
	text-transform: uppercase;
	width: 216px;
	text-align: left;
	vertical-align: top;
}
.SideNavs A:link
{
	display: block;
	background: url(images/bkgd-sideNavs.gif);
	color: #993333;
	width: 216px;
	text-decoration: none;
	text-indent: 9px;
}
.SideNavs A:visited
{
    display: block;
	background: url(images/bkgd-sideNavs.gif);
    color: #993333;
	width: 216px;
    text-decoration: none;
	text-indent: 9px;
}
.SideNavs A:hover
{
    display: block;
	background: url(images/bkgd-sideNavsOver.gif);
    color: #ffffff;
	width: 216px;
    text-decoration: none;
	text-indent: 9px;
}
.SideNavs A:active
{
    display: block;
	background: url(images/bkgd-sideNavs.gif);
	color: #993333;
	width: 216px;
	text-decoration: none;
	text-indent: 9px;
}



