﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs
{
	padding:0;
	width:100%;
	overflow:hidden;
	background:transparent;
}

.ubercolortabs ul
{
	font:bold 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

.ubercolortabs li
{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ubercolortabs a
{
	float:left;
	color:white;
	background:#666666 url(graphics/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing:1px;
	width:auto;
}

.ubercolortabs a span
{
	float:left;
	display:block;
	background:transparent url(graphics/roundright.gif) no-repeat right top; /*right corner image*/
	padding:7px 9px 3px 6px;
	cursor:pointer;
	width:auto;
}

.ubercolortabs a span
{
	float:none;
	width:auto;
}


.ubercolortabs a:hover, .ubercolortabs li.selected  a
{
	background-color:#00CCCC; /*background color of tabs onMouseover*/
	color:white;
}

.ubercolortabs a:hover span
{
	background-color:transparent;
}


.ubercolordivider
{
	/*CSS for horizontal line.*/
	clear:both;
	padding:0;
	width:100%;
	height:20px;
	line-height:5px;
	background:#00CCCC; /*background color of horizontal line*/
	/*border-top:1px solid #fff;*/ /*Remove this to remove border between bar and tabs*/
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2
{
	margin:0;
	padding:0;
}

#pointermenu2 ul
{
	margin:0;
	/*margin-left:15px;*/ /*menu offset from left edge of window*/
	float:left;
	padding-left:8px;
	font:bold 13px Verdana;
	background:#00CCCC url(media/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
	width:auto;
}

* html #pointermenu2 ul
{
	/*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom:1em;
	margin-left:7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li
{
	display: inline;
}


#pointermenu2 ul li a
{
	float:left;
	color:white;
	font-weight:bold;
	padding:7px 9px 7px 5px;
	text-decoration:none;
	width:auto;
}

#pointermenu2 ul li a:visited
{
	color:white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected
{
	/*hover and selected link*/
	background:transparent url(graphics/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner
{
	padding-right:0;
	padding-left:2px;
	background:url(media/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}