/* The @import rule, using this exact syntax, hides the imported
stylesheet from NS4, IE4, WebTV and probably other legacy browsers. */

@import "footer-import.css";
@import "style-import.css";

body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, serif;
  line-height: 15px;
}
h1, h2 {
  background-color: transparent;
  color: #000;
}
a:link {
  color: #b54444;
  text-decoration: none;
}
a:visited {
	color: #b54444;
	text-decoration: none;
}
a:hover {
  color: #b54444;
  text-decoration: underline;
}

img {
border:0;
}

#drop {

float: left;
width: 100%;
height: 34px;
list-style: none;
background: #b25f58;
margin: 0 0 1px 0;
background:url(../images/pattern_redgradient.jpg) ;
padding: 0px;
}

#drop ul {
background: #fff;
list-style: none;
border: 1px solid #b54344;
}

#drop a {
display: block;
color: #fff;
font-family: Arial, Helvetica, Verdana, serif;
font-size: 13px;
text-decoration: none;
padding: 10px 0em;
width: 7em;	
w\idth: 7em;
}
	
#drop li {
float: left;
padding: 0;
text-align: center;
width: auto;
w/idth: auto;
margin: 0;
}

#drop li ul {
position: absolute;
left: -999em;
height: auto;
width: 20em;
w/idth: 20em;
font-weight: normal;
margin-left: 1em;
padding: 0px 2px;
}

#drop li li {
width: 100%;
text-align: left;
}

#drop li ul a {
width: 100%;
w/idth: 100%;
color: #333333;
padding: 10px;
font-size: 12px;
}

#drop li li:hover, #drop li.sfhover {
background: #E5E5E5;
color: #6E6E6E;
}

#drop li:hover ul, #drop li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/*FRONTPAGE SIDE MENU*/

#sidemenu ul.vert{
margin:0;
padding:0;
list-style-type:none;
display:block;
line-height:165%;
width:90%;
}

#sidemenu ul.vert li{
margin:0;
padding:0;
border-bottom: 1px solid #ddd;
}

#sidemenu ul.vert li a{
display:block;
text-decoration:none;
color:#000;
background:#fff;
padding:5% 3% 5% 7%;
width:auto;
}

#sidemenu ul.vert li a:hover{
background:#DA6969 url("../images/vertmenu_bullet.gif") no-repeat 3% 17px;

}
#sidemenu ul.vert li a.current,ul.vert li a.current:hover{
background:transparent url("../images/vertmenu_bullet.gif") no-repeat 3% 17px;
text-decoration: underline;
}
