@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 1;
 float: left;
border:1px solid #212121;
background-image:url(images/bg.png);
width:100%;
height:33px;
font-size:14px;
margin-bottom:20px !important;
font-family:Verdana,Helvetica,Arial,sans-serif;
}

.shnotify {

clear:left;
width:100%;

font-size:14px;
margin:0px;
border:1px solid #212121;
margin-top:5px;
font-family:Verdana,Helvetica,Arial,sans-serif;
}
.navstrip
{
	
}
.shnotify p 
{
	font-size:13px;

}
.shnotify img
{
	margin:0px 5px 0px 5px;
}
ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
margin-right:20px;
height:33px;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
background-color:#000000;
color:white;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 300px;
background-color:#000000;

border:1px solid #212121;

}

ul.dropdown ul li {
 float: none;
border-bottom:1px dotted #212121;
width:100%;
padding-top:11px;
height:25px;
}
ul.dropdown ul li a
{
padding-top:15px;
height:100%;
width: 100%;
}
ul.dropdown ul li:hover {
 position: relative;
background-color:#0F1010;
color:white;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;

}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown li a
{
	margin-top:9px;
}
ul.dropdown ul li a
{
	margin-top:0px;
}



ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}
.standardpage h1
{
	font-size:14px;
	margin-left:7px;
color: #FFFFCC;
}
.standardpage blockquote
{
	border:1px dotted #cccccc;
}	
.standardpage .signup
{
	color:#febd00;
	font-size:18px;
	border:1px dotted #febd00;
	width:400px;
}

.standardpage .signup a:hover
{
	color: white !important;

}
.bannerrotate
{
	float:right; 
	width:48%;

}
/*
.maintitlecollapse, .maintitle
{
	background-image:url(images/bg.png) !important;
	
}
.ipbtable th
{
	background:none !important;
}
*/
.linkbanner
{
	margin: 10px;
	float:left;
	height:60px;
	
}
.linkbanner a:hover img
{

}
.linkbanner a:hover img
{
	
	

}
.catend
{
clear:both;
}