/* ================================================================ 
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/final_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.
=================================================================== */
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #0000CC;
}

.menu {
width:580px;
height:29px;
font-size:0.85em;
border:0px dotted #666666; 
border-width:1px 0px 1px 0px;
position:relative;
z-index:100;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:right;
width:140px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:13px;
text-decoration:none;
text-align:center;
color:#000066; 
width:119px; 
height:26px; 
border:1px dotted #fff; 
border-width:2px 2px 1px 1px;
background:#fff; 
padding-left:5px; 
line-height:25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;
w\idth:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000066 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#000066 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#000066 url(../../graphics/drop.gif) bottom right no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:26px;
left:0; 
width:140px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:26px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#D5E3F4; 
text-align:left;
color:#333333; 
height:auto; 
border:1px solid #999999; 
border-width:2px 2px 1px 1px;
line-height:1em; 
padding:5px 10px; 
width:104px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:104px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#000066;
border:1px solid #999999; 
border-width:2px 2px 1px 1px;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#000066;
border:1px solid #999999; 
border-width:2px 2px 1px 1px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

.small_menu {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
font-weight:bold;
}

.small_menu a{
text-decoration:none;
}

.text {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
font-weight:normal;
}

.head_text {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight:bold;
}

.whitetext {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
font-weight:normal;
}

#advert_box{
	position: relative;
	float:right;
	padding: 5px 5px;
}

#header_box{
	position: relative;
	float:right;
	padding: 5px 10px;
	width:360px;
	height:20px;
	border: solid #666666 0px;
}

#text_box{
	position: relative;
	float:right;
	padding: 5px 10px;
	width:360px;
	border: solid #666666 0px;
}

#graphics_box{
	position: relative;
	float:right;
	border: solid #666666 0px;
	padding: 1px 1px;
	width:225px;
	height:20px;
}

.img {
border:0px;
}

.xsnazzy h6 {margin:0 5px; letter-spacing:0px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight:normal;
	padding-bottom:0.5em;}
.xsnazzy {background: transparent; margin:1em; width:150px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px; width:150px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1info, .xb2info, .xb3info, .xb4info {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb1info, .xb2info, .xb3info {height:1px;}
.xb2, .xb3, .xb4 {background:#D5E3F4; border-left:1px solid #000066; border-right:1px solid #000066;}
.xb2info, .xb3info, .xb4info {background:#D7F5D3; border-left:1px solid #000066; border-right:1px solid #000066;}
.xb1, .xb1info {margin:0 5px; background:#000066;}
.xb2, .xb2info {margin:0 3px; border-width:0 2px;}
.xb3, .xb3info {margin:0 2px;}
.xb4, .xb4info {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#D5E3F4; border:0 solid #000066; border-width:0 1px;}

.infocontent {display:block; background:#D7F5D3; border:0 solid #000066; border-width:0 1px;}