

#navigation {
	height: 30px;
	background-image: url(../images/nav_bg.gif);
	margin-top: 33px;
	margin-bottom: 6px;
}
#navigation ul {
	color: #000;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float:left;
}
#navigation ul li a {
	display: block;
	height: 30px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
}
#navigation ul a#about {
	width: 156px;
	background-position: 0px 0px;
}
#navigation ul a#products {
	background-position: -156px 0px;
	width: 157px;
}
#navigation ul a#claims {
	width: 157px;
	background-position: -313px 0px;
}
#navigation ul a#resources {
	width: 156px;
	background-position: -471px 0px;
}
#navigation ul a#news {
	width: 156px;
	background-position: -627px 0px;
}
#navigation ul a#contact {
	width: 158px;
	background-position: -783px 0px;
}
#navigation ul a#about:hover {
	background-position: 0px bottom;
}
#navigation ul a#products:hover {
	background-position: -156px bottom;
}
#navigation ul a#claims:hover {
	background-position: -313px bottom;
}
#navigation ul a#resources:hover {
	background-position: -471px bottom;
}
#navigation ul a#news:hover {
	background-position: -627px bottom;
}
#navigation ul a#contact:hover {
	background-position: -783px bottom;
}
#navigation ul .active a#about {
	background-position: 0px bottom;
}
#navigation ul .active a#products {
	background-position: -156px bottom;
}
#navigation ul .active a#claims {
	background-position: -313px bottom;
}
#navigation ul .active a#resources {
	background-position: -471px bottom;
}
#navigation ul .active a#news {
	background-position: -627px bottom;
}
#navigation ul .active a#contact {
	background-position: -783px bottom;
}
#navigation ul li ul li a {
	display: block;
	width:123px;
	height:auto;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(../images/subnav_backg.png);
	background-repeat: repeat-y;
}
#navigation ul li ul li a:hover {
	color: #BED61E;
}
#navigation ul li ul li a:active {
	color: #BED61E;
}
#navigation ul li ul {
	padding-top: 15px;
}

#navigation ul li ul li {
	padding: 0px;
	margin: 0px;
}

.ddsmoothmenu{
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width: 150px;
	background-image: url(../images/subnav_topg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#smoothmenu1 ul li ul .last{
	background-image: url(../images/subnav_bottomg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:7px;
	width: 143px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{


}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* ######### LEFT SITE NAVIGAITON  ######### */

#left ul {
	list-style-type: none;
	width: 150px;
	background-image: url(../images/subnav2_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	margin: 0;
}
#left ul li {
	padding: 0;
	margin: 0;
}
#left ul li a{
	display: block;
	color: #FFF;
}
#left ul .last{
	background-image: url(../images/subnav2_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:8px;
	width: 143px;
}
#left ul li ul .last{
	background-image: none;
	padding-bottom:0px;
	width: 143px;
}
#left ul li a {
	display: block;
	width:120px;
	padding: 5px 0 5px 10px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
	background-color: #394A58;
	color: #FFF;
}
#left ul li a:hover {
	color: #BED61E;	
	
}
#left ul li ul {
	background-image:none;
	padding: 0px;
}
#left ul li ul li a {
	padding: 5px 0 5px 15px;
	width:115px;
	font-size: 10px;
}
#left #nav_sub .sub_level_0.here a, #left #nav_sub .sub_level_1.here a{
	color: #BED61E;	
}
#left #nav_sub .sub_level_0.here ul .sub_level_1 a{
	color:#FFF;
}
#left #nav_sub .sub_level_0.here ul .sub_level_1 a:hover{
	color:#BED61E;
}
