/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
	
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

.SubHead2	{
	font-weight: bold;
	font-size: 11px;
	color: green;
	font-family: Tahoma, Arial, Helvetica;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for most text rendered by modules */
.NormalRight
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}

/* text style used for small text */
.NormalSmall
{
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma,arial,Helvetica;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #000000;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/*-- style for ResumeDB PA --*/
	.ResumeDB_TopStrip
	{
		color:navy;
		background-color: Lightskyblue;
		border-color:Black;
		border-width:thin;
		font-family: Verdana;
		font-weight:bold;
	}
	.ResumeDB_TableHeader
	{
		
		color:navy;
		background-color: Lightskyblue;
		border-width:thin;

		font-family: Verdana;
		font-weight:bold;
		
	}
	.ResumeDB_TableFooter
	{
		
		color:navy;
		border-color:Black;
		border-width:thin;
		background-color: Lightskyblue;
		font-family: Verdana;
		font-weight:bold;
		
	}
	.ResumeDB_ParentCategory
	{
		color:navy;
		background-color: Lightskyblue;
		border-color:Black;
		border-width:thin;
		font-family: Verdana;
		font-weight:bold;
	}
	.ResumeDB_ChildCategory
	{
		
		
	}
	.ResumeDB_ListingsPanel
		{
		background-color: F2F2BC;	
			
		}
	.ResumeDB_AnnouncementPanel
		{
		background-color: F2F2BC;	
			
		}
	.ResumeDB_Confirmation
		{
		background-color: F2F2BC;	
			
		}
	.ResumeDB_ItemTop
	{
	background-color: cccc99;
			font-family: Tahoma, Arial, Helvetica;
			font-size: 11px;
			font-weight: bolder;
			line-height: 12px    
	  
		
	}


	.ResumeDB_ItemBottom
	{
		background-color: F2F2BC;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px    
		
	}

	.ResumeDB_MoreInfoTitle
	{
		
		color:navy;
		background-color: Lightskyblue;
		font-family: Verdana;
		font-size:12px;
		font-weight:bold;
		
		
	}
	.ResumeDB_FeaturesChecklist
	{
		
		background-color: Beige;
	}
	
	/*-- style for ResumeDB PA --*/
	.ResumeDB_TopStrip
	{
		color:navy;
		background-color: Lightskyblue;
		border-color:Black;
		border-width:thin;
		font-family: Verdana;
		font-weight:bold;
	}
	.ResumeDB_TableHeader
	{
		
		color:navy;
		background-color: Lightskyblue;
		border-width:thin;

		font-family: Verdana;
		font-weight:bold;
		
	}
	.ResumeDB_TableFooter
	{
		
		color:navy;
		border-color:Black;
		border-width:thin;
		background-color: Lightskyblue;
		font-family: Verdana;
		font-weight:bold;
		
	}
	.ResumeDB_ParentCategory
	{
		color:navy;
		background-color: Lightskyblue;
		border-color:Black;
		border-width:thin;
		font-family: Verdana;
		font-weight:bold;
	}
	.ResumeDB_ChildCategory
	{
		
		
	}
	.ResumeDB_ListingsPanel
		{
		background-color: F2F2BC;	
			
		}
	.ResumeDB_AnnouncementPanel
		{
		background-color: F2F2BC;	
			
		}
	.ResumeDB_Confirmation
		{
		background-color: F2F2BC;	
			
		}
	.ResumeDB_ItemTop
	{
	background-color: cccc99;
			font-family: Tahoma, Arial, Helvetica;
			font-size: 11px;
			font-weight: bolder;
			line-height: 12px    
	  
		
	}


	.ResumeDB_ItemBottom
	{
		background-color: F2F2BC;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px    
		
	}

	.ResumeDB_MoreInfoTitle
	{
		
		color:navy;
		background-color: Lightskyblue;
		font-family: Verdana;
		font-size:12px;
		font-weight:bold;
		
		
	}
	.ResumeDB_FeaturesChecklist
	{
		
		background-color: Beige;
	}

.ken {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

td.background
{
	background-image: url(images/background.gif);
	background-color: #ebedf6;
}
td.background-gray
{
	background-image: url(images/background-gray.gif);
	background-color: #ebedf6;
}
td.background-blue
{
	background-image: url(images/background-blue.jpg);
	background-color: #ebedf6;
}
td.background_parentover
{
	background-image: url(images/background_parentover.jpg);
}
td.background_silver
{
	font-weight: normal;
	font-size: 11px;
	background-image: url(images/background_silver.jpg);
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}
td.background_silver158
{
	font-weight: normal;
	font-size: 11px;
	background-image: url(images/background_silver158.jpg);
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}
td.background_silver48
{
	font-weight: normal;
	font-size: 11px;
	background-image: url(images/background_silver48.jpg);
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}

background_silver2
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/background_silver.jpg);
	font-family: Tahoma, Arial, Helvetica;
}

/* Style Sheet for Event Calendar */
/***********************************************************
*  Page Styles
***********************************************************/
A.Menu {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    font-size: 11px;
    font-weight: bold;
    color:White;
}
A.SubMenu {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:    underline;
    font-size: 11px;
    font-weight: bold;
    color:darkblue;
}
A.Menu:hover, A.SubMenu:hover {
    text-decoration:    underline;
    color:  red;
}
.Cite {
   font-family:Tahoma,Arial,sans-serif; 
   font-size:8pt;
   color:white
}
/***********************************************************
*  Calendar Styles
***********************************************************/
.CalendarTitle
{
   Text-Align: Center;
   Height: 28px;
}
.NextPrev, .CalendarTitle{
   color: white;
   Background-Color: darkblue;
   font-family: Tahoma;
   Font-Size: 16;
   font-weight: bold;
   text-decoration: none;
}
.CalendarHeader
{
/*   background-image: url(images/bgCalendarHeader.gif);
*/   Height: 28px;
   Font-Size: 12px;
   font-family: Verdana;
   BorderColor: Red;
   text-align: center;
   background-color: dimgray;
   color: white;
}

/***********************************************************
*  Toolbar Styles
***********************************************************/
.ToolbarItem
{
   background-image: url(images/bgToolbar.gif);
   Color: DarkRed;
}
.ToolbarSelectedItem
{
   background-image: url(images/bgToolbarSelected.gif);
   Font-weight: bold;
   Color: Red;
}
A.ToolbarItem:hover {
    text-decoration: underline;
    color:  red;
}
.ToolbarItem, .ToolbarSelectedItem
{
   Height: 26px;
   Margin: 5px;
   font-family: Verdana;
   Font-Size: 13px;
   Text-Decoration: none;
   Text-Align: Center;
}

/***********************************************************
*  FullYear Styles
***********************************************************/
.FullYearMonthTitle
{
   color: Blue;
   font-size: 12px;
   border: solid 1px lightblue;
   height: 20px;
   text-decoration: none;
   text-align: center;
   background-color: lightblue;
}
.FullYearWeekHeader
{
   font-size: 12px;
   border-width: 1px;
   height: 18px;
   text-align: center;
   text-decoration: none;
   width: 18px;
   background-color: yellow;
   border: solid 1px lightblue;
}
.FullYearDayName
{
   font-size: 12px;
   border-width: 1px;
   height: 18px;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   border: solid 1px lightblue;
}
.FullYearDay
{
   color: Blue;
}
.FullYearToday
{
   border: solid 2px red;
   color: red;
   background-color: yellow;
}
.FullYearOtherMonthDay
{
   color: Gray;
}
.FullYearDay, .FullYearOtherMonthDay
{
   border: solid 1px lightblue;
   background-color: transparent;
}
.FullYearDay, .FullYearToday, .FullYearOtherMonthDay
{
   font-family: verdana;
   font-size: 11px;
   height: 20px;
   text-align: right;
   text-decoration: none;
}

/***********************************************************
*  Year Styles
***********************************************************/
.YearCell
{
   font-family: Verdana;
   Font-Size: 12px;
}
.YearSpecialMonthCell
{
   background-color: lightblue;
}
.YearMonthHeader
{
   color: Blue;
   background-color: lightblue;
}
.YearSpecialMonthHeader
{
   background-color: Yellow;
}
.YearMonthHeader, .YearSpecialMonthHeader
{
   font-size: 12px;
   height: 20px;
   text-decoration: none;
   text-align: center;
}
/***********************************************************
*  MonthWeek Styles
***********************************************************/
.Day
{
}
.Today
{
	background-color: lightblue;
	border: solid 2px Yellow;
}
.Weekend
{
	background-color: AntiqueWhite;
}
.OtherMonthDay
{
	background-color: lightgrey;
}
.OtherMonthDayAlter
{
	background-color: lightyellow;
}
.SpecialDay
{
	background-color: lightblue;
}
.Holiday
{
	background-color: lightyellow;
}
.HolidayHeader
{
	text-align: right;
	Color:Red;
}
.Day, .Today, .Weekend, .SpecialDay, .OtherMonthDay, .OtherMonthDayAlter, .Holiday
{
	font-size: 9px;
	font-family: Verdana;
}
.DayHeader
{
}
.TodayHeader
{
}
.WeekendHeader
{
}
.OtherMonthDayHeader
{
   Font-Size: 11px;
   Color: Gray;
}
.SpecialDayHeader
{
}
.DayHeader, .SpecialDayHeader, .TodayHeader, .WeekendHeader
{
   font-size: 13px;
   verticalalign: center;
   background-color: transparent;
}
.MonthWeekHeader
{
/*   background-image: url(images/bgWeekHeader.gif);
*/   vertical-align: middle;
   background-color: dimgray;
   color: white;
   font-size: 12px;
   width: 22px;
   text-decoration: none;
}
.DayHeader, .TodayHeader, .OtherMonthDayHeader, .SpecialDayHeader, .WeekendHeader
{
   vertical-align: middle;
   text-decoration: none;
   text-align: left;
   height: 30px;
}

/***********************************************************
*  Day Styles
***********************************************************/
.HourHorizHeader
{
   text-align: center;
   height: 22px;
}
.HourVertHeader
{
   background-image: url(images/bgHourVert.gif);
   text-align: right;
   width: 26px;
}
.HourHorizHeader, .HourVertHeader
{
   background-color: lightgrey;
   font-size: 12px;
   text-decoration: none;
}

/***********************************************************
*  Timeline Styles
***********************************************************/
.TimelineCell
{
   font-size: 12px;
/*	border: solid 1px #66ccff;
*/}
.TimelineMonthHeader
{
   Height: 23px;
   Font-Size: 13px;
   font-family: Verdana;
   text-align: center;
   color: white;
   Align: Center;
}
.TimelineDayHeader
{
}
.TimelineNavigator
{
}
.TimelineMonthHeader, .TimelineDayHeader, .TimelineNavigator
{
   background-image: url(images/bgCalendarHeader.gif);
   color: white;
}
.TimelineTodayHeader
{
   Font-Weight: bold;
   color: Red;
   Background-Color: Yellow;
}
.TimelineDayHeader, .TimelineTodayHeader, .TimelineNavigatorHeader
{
   Font-Size: 13px;
   font-family: Verdana;
   text-align: center;
   text-decoration: none;
}
.TimelineWeekend
{
   background-Color: lightblue;
}

/***********************************************************
*  Other Styles
***********************************************************/
.MoreText
{
   font-family: Tahoma;
   Font-Size: 13px;
   font-weight: bold;
	color: DarkBlue;
	text-decoration: none;
}
.Eventbar
{
   font-family: Tahoma;
   font-size: 12px;
   background-color:Yellow;
}

/* ap demo */ 
ap 
{ 
font-size: .85em; 
font-family: Lucida Console, Verdana, Courier New; 
} 
.apTitleCollapsed 
{ 
font-weight: bold; 
background-color: #cfcfcf; 
border: solid 1px #cfcfcf; 
padding: 3; 
} 
.apTitleExpanded 
{ 
font-weight: bold; 
background-color: #afafaf; 
border: solid 1px #cfcfcf; 
padding: 3; 
} 
.apInner 
{ 
font-weight: bold; 
background-color: #efefef; 
border-left: solid 1px #cfcfcf; 
border-right: solid 1px #cfcfcf; 
border-bottom: solid 1px #cfcfcf; 
padding: 3; 
}
.GridHeader
{
	background-image: url(images/background-gray.gif);
	height: 20px;
}
.EWHeader
{
	font-weight: normal;
	font-size: 11px;
	background-image: url(/images/background-gray.gif);
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	padding-left:10px;
	padding-right:10px;
}
.toolgrad
{
	font-weight: normal;
	font-size: 11px;
	background-image: url(/images/toolgrad.gif);
	font-family: Tahoma, Arial, Helvetica;
	height: 22px;
	padding-left:10px;
	padding-right:10px;
}
.Header-blue
{
	font-weight: normal;
	font-size: 11px;
	background-image: url(/images/header-blue.gif);
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:bold;
	color: WhiteSmoke;
	padding-left:10px;
	padding-right:10px;
	height: 25px;
}
.ewMenu
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #E0E0E0;
	border: 1px;
	text-decoration:none;
}
.EWHeader2
{
	height: 30px;
	text-indent: 6px;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    border-style: groove;
	border-color:Black;
	border-width: 1px;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#9797b7', gradientType='0');
}
.EWHeader4 {
	text-align: center;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	width:80px;
	padding:1px;
	text-align:left;
}
.EWHeader4:hover
{
	border-right: #6983b3 1px solid;
	border-top: #6983b3 1px solid;
	border-left: #6983b3 1px solid;
	border-bottom: #6983b3 1px solid;
	background-color: gainsboro;
	text-decoration: none;
}
.EWHeader3
{
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#98B2E6', endColorStr='#FFFFFF', gradientType='0');
}
.GradHeader
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#d3d3d3', endColorStr='#FFFFFF', gradientType='1');
}
.Gradient
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333333;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#98B2E6', endColorStr='#FFFFFF', gradientType='1');
}
.NormalWhite
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
.MenuItem
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}

A.MenuItem:hover
{
	color: #cccccc;
	background-color: blue;
	text-decoration: blink;
}

.MenuBar
{
	height: 24px;
	background-image: url(DesktopModules/DailyWorkLog/Microsoft/tbbg.jpg);
}
.KensToolbar
{
	background-image: url(desktopmodules/DailyWorkLog/Microsoft/sfg_db.gif);
	height: 44px;
}
.MenuItem2
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.MenuItem2:hover
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#b0c4de' , gradientType= '0' );
	border-left: lightgrey 1px solid;
	width: 115px;
	color: navy;
	padding:1px;
	border-bottom: lightgrey 1px solid;
	text-decoration: none;
}
.MenuItem2:active
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#b0c4de' , gradientType= '0' );
	border-left: lightgrey 1px solid;
	width: 115px;
	color: navy;
	padding:1px;
	border-bottom: lightgrey 1px solid;
	text-decoration: none;
}

.mnpMenuRow {font-size: 68% ! important}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial;
	text-decoration: none;
	
}
.MSFill
{
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' ,endColorStr= '#cadef4' ,gradientType= '0' );
}
.MSFill2
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' ,endColorStr= '#eee8aa' ,gradientType= '0' );
	
}

img{border:0;}
.hide{display:none;}

#NavTd{border-right:1px solid #999999;border-bottom:1px solid #999999;background-color:#e5eef9;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff',endColorStr= '#cadef4',gradientType= '0');}
#Nav{padding:2px 0 6px 1;font-size:8pt;font-family:Verdana,Arial;}
#Nav .line{border-top:solid 1px #999999;margin:5px 0 5px 0;}
#Nav > .line{margin:6px 0 4px 0;}
#Nav h4{margin:4px 0 5px 5px;font-size:95%;}
#Nav > h4{margin:4px 0 4px 5px;}
#Nav ul{list-style:none;margin:0;padding:0;}
#Nav li{padding:0;margin:-4px 2px;width:160px;}
#Nav > ul > li{margin:-3px 2px;}
#Nav a{cursor:pointer;display:block;color:#000000;padding:2px 4px 4px 8px;margin:1px 0;}
#Nav > ul > li > a{border:1px solid transparent;padding:2px 4px 4px 7px;}
#Nav a:visited{color:#000000;}
#Nav a:hover{border:1px solid #cccccc;margin:0;padding:2px 4px 4px 7px;background-color:#f1f1f1;text-decoration:none;}
#Nav > ul > li > a:hover{margin:1px 0;}

.bgImage 
{ 
	background-position: left bottom; 
	background-image: url(images/clock3.jpg);
	background-repeat: no-repeat 
}