/* ================================================================ 
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/scrolls_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */




/* For this demo only */
.menu3 {
margin-left: 5px;
padding-left: 20px;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
background:#cccccc;
height: 35px;
width: 840px;}

/* remove the bullets, padding and margins from the lists */
.menu3 ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu3 li{
float:left;
position:relative;
width: 70px;
z-index:100;
}
                                                              
.menu3 a {
width: 70px;
display:block;
font-size: 12px;
height:35px;
padding:0;
line-height: 32px;
color: #436a9d;
text-decoration:none;
text-align:center;
}
                                 
                           
             
/* style the links hover */
/* for IE6 */
.menu3 a:hover{
border:0;
color: #666666;
}
                                 
/* for IE7 and non-IE browsers */
.menu3 li:hover > a {
color: #666666;
}
                                 
                           
             
.menu3 .solard li{
width: 175px;
}
                                                              
.menu3 .solard a {
width: 175px;
}

.menu3 .wordpress a {
width: 600px;
}
                                                              
.menu3 .wordpress li{
width: 600px;
}
                                                              
