@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding-top: 3px;
	 padding-bottom: 3px;
	 padding-right: 3px;
	 padding-left: 3px;
	 color: #000;
	}
	li.dir ul li {
	 vertical-align:top;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #ffffff;
	 color: #000;
	 font-size:12px;
	 display:block;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 /*background-color: #eee;*/
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 180px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 1px;
 background-image: url(../images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 3px;
 background-image: url(../images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(../images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(../images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 3px;
 padding-left: 5px;
 background-image: url(../images/nav-arrow-left.png);
 background-position: 0 50%;
}

body { 
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
select
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
}
input
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
}
textarea
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
	padding:0px;
	margin:0px;
}
 h1 {
	 line-height:16px;
	 *line-height:26px;
	 font-size: 12px;
	 margin:0;
 }
.sighnout {
	width:100px;
	text-align:center;
}
.menuItem {
	text-align:right;
	margin-right:10px;
	color:#FFFFFF;	
}
.menuItemLeft {
	background:url(../images/h2left.png) left top no-repeat;
	width:10px;
	height:27px;
}
.menuItemMiddle {
	background:url(../images/h2Center.jpg) left top repeat-x;
	height:27px;
	padding:0px 5px;
}
.menuItemMiddle a {
	color:#000000;
	font-weight:normal;
	font-size:12px;
}
.menuItemMiddle a:hover {
	text-decoration:none;
}
.menuItemRight {
	background:url(../images/h2right.png) right top no-repeat;
	width:10px;
	height:27px;
}
.titleBG {
	background:url(../images/titleBG.png) top left repeat-x;
	height:55px;
	text-align:right;
	padding-right:10px;
}
.mainBody {
	padding:0px 10px 10px 10px; 
	background-color:#f4f4f4;
}
.mainBodyLeft {
	width:740px;
	border:1px solid #b2b2b2;
	vertical-align:top;
	background-color:#ffffff;
}
.mainBodyRight img {
	vertical-align:middle;
	padding-right:8px;
}
.mainBodyRight {
	width:250px;
	border:1px solid #b2b2b2;
	background-color:#000000;
	border-left:none;
	height:600px;
	vertical-align:top;
}

