﻿
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */
.menu1 {
float:left; font-family: verdana, arial, sans-serif; font-size:12px; font-weight:bold;
border-top:0px solid #4c597f;  border-bottom:0px solid #4c597f;
margin:0 0 10px 0; /* for this demo only */ 
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative; background:url(/images/button_feature.jpg) no-repeat top right;
}
.menu1 ul li a, .menu1 ul li a:visited {
float:left; display:block; text-decoration:none;color:#0d2474; line-height:30px; height:30px; width:101px;
 
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a.menu1one:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/button_feature_roll2.jpg") no-repeat top right;}
.menu1 ul li a.menu1two:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu1 ul li a.menu1three:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu1 ul li a.menu1four:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu1 ul li a.menu1five:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu1 ul li a.menu1six:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}




.menu2 {
float:left; font-family: verdana, arial, sans-serif; font-size:12px; font-weight:bold;
border-top:0px solid #4c597f;  border-bottom:0px solid #4c597f;
margin:0 0 10px 0; /* for this demo only */ 
}
.menu2 ul {
padding:0;margin:0;list-style-type:none;
}
.menu2 ul li {
float:left; position:relative; background:url(../images/button_feature.jpg) no-repeat top right;
}
.menu2 ul li a, .menu1 ul li a:visited {
 text-align:center; display:block; text-decoration:none;color:#0d2474; line-height:30px; height:30px; width:101px;
 
}

.menu2 ul li:hover {width:auto;}

.menu2 ul li a.menu1one:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/button_feature_roll2.jpg") no-repeat top right;}
.menu2 ul li a.menu1two:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu2 ul li a.menu1three:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu2 ul li a.menu1four:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu2 ul li a.menu1five:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}
.menu2 ul li a.menu1six:hover {border-color:#00FF00; color:#0d2474; background:  url("/images/nav_bk_roll.jpg") #fff bottom left repeat-x;}

.menu2 ul li ul {
display: none;
}
.menu2 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}