﻿/* Quicklinks Styles */

#menu1 dl {
	width: 135px;
	height: 300px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu1 dt {
	line-height: 10px;
    margin: 10px 0;
    width: 130px;
}
 
#menu1 dd {
	margin: 0;
	float: none;
    line-height: 12px;
}

#quickLinks_tab	{
	float: right;
	width: 125px; 
	height: 20px; 
	background-image: url('../img/quickLinks_tab_bg.gif');
	text-align: right;
	padding-right: 10px;
	margin-top: -20px;
}

#quickLinks_tab	a{
	color: #000;
	font-weight: bold;	
	text-decoration: none;
}

#menu1 {
    border: 1px solid #069;
	position: absolute;
    visibility: hidden;
	margin-top: 0;
	margin-left: 359px;
	height: 345px;
	width: 420px;
	padding: 2px;
	background-image:url('../img/quickLinks.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-size: 90%;
	z-index: 1000;
}

#menu1 a    {   
	display: block;
    text-align: left;
    text-decoration: none;
    padding: 1px;
    color: #2875DE;
    padding: 2px;
    font-weight: normal;
}

#menu1 a:hover	{
	background-color: #EBEFF8;
    color: #000;
    padding: 1px;
    font-weight: normal;
}

.suplLink {
    clear: both;
    }
	
.suplLink a    {
	text-align: right;   
	font-weight: bold;
    text-decoration: none;     
    color: #FEA500;
}

.suplLink a:hover	{
    color: #000066;
	text-decoration: underline;
}
	
.search {
	padding: 2px;
	text-transform: uppercase;
}