/**
 * Style sheet navigation
 */
div.mod_navigationMain
{
	width:596px;
	height:20px;
	overflow:hidden;
	float:none;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:1px;
	background-color:#336600;
}

.mod_navigationMain  li,
.mod_navigationMain p
{
	display:inline;
	list-style-type:none;
}

.mod_navigationMain  li
{
	height:18px;
	overflow:hidden;
	margin:0px 0px 2px 0px;
	padding:0px 0px 3px 0px;
	font-size:12px;
	line-height:16px;
	list-style-type:none;
	letter-spacing:0px;
}

.mod_customnav ul
{
	margin:0px;
	padding:0px;
}

.mod_customnav  li
{
	height:18px;
	overflow:hidden;
	margin:0px 0px 1px 0px;
	padding:0px 0px 2px 0px;
	font-size:12px;
	line-height:16px;
	list-style-type:none;
	letter-spacing:0px;
}

.mod_navigationMain a,
.mod_navigationMain p
{
	height:22px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0px;
	padding:2px 8px 3px 8px;
	text-align:center;
	background-color:#669900;
	border-right:1px solid #ffffff;
	font-family:Verdana, arial, sans-serif;;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
}

.mod_customnav a,
.mod_customnav p
{
	width:100%;
	height:22px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0px;
	padding:2px 8px 3px 8px;
	text-align:center;
	background-color:#669900;
	border-right:1px solid #ffffff;
	font-family:Verdana, arial, sans-serif;;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
}

.mod_navigationMain  a:hover,
.mod_customnav  a:hover
{
	background-color:#336600;
	text-decoration:none;
}

div.mod_navigationMain ul
{
	margin:0px 0px 1px auto;
	padding:0px;
	background-color:#669900;
}

.mod_navigationMain .active
{
	margin:0px;
	padding:0px;
}

.mod_navigationMain p.active,
.mod_navigationMain a.active
{
	display:block;
	margin:0px;
	padding:2px 6px 3px 6px;
	text-align:center;
	background-color:#ee9933;
	color:#000000;
}

.mod_navigationMain a.parent
{
	background-color:#88bb55;
}

.mod_customnav p.active,
.mod_customnav a.active
{
	display:block;
	margin:0px;
	padding:2px 6px 3px 6px;
	text-align:center;
	background-color:#ee9933;
	color:#000000;
}

div#projects-nav
{
	width:190px;
	overflow:hidden;
	margin-bottom:20px;
}

#projects-nav h1
{
	height:20px;
	text-align:center;
	background-color:#669933;
	font-family:Verdana, arial, sans-serif;;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
	line-height:20px;
}

#projects-nav h2
{
	margin-top:8px;
	margin-bottom:2px;
	margin-left:8px;
	font-family:Verdana, arial, sans-serif;;
	font-weight:normal;
	font-variant:small-caps;
	font-size:14px;
}

#projects-nav td
{
	width:186px;
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

#projects-nav a
{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:8px;
	background-color:#ffeeaa;
	font-family:Verdana, arial, sans-serif;;
	font-weight:normal;
	color:#000000;
}

#projects-nav a:hover
{
	background-color:#ee9933;
	text-decoration:none;
}


/**
 * navigation
 */
div.mod_customnav
{
	margin-bottom:10px;
	padding-top:21px;
	background-image:url("tl_files/images/submenu.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

