﻿/** oth/Page.css
  * This file contains styles that are specific to pages in the OTH section.
  */


/** These styles here are temporary: I intend for them to be rolled back into
  * Layout.css when modifications to the menu system are complete.
  */

#layout_RightMenu li {
	border-bottom:1px solid #E2E2E2;
	list-style-type:none;
	padding-left: 10px;
}

#layout_RightMenu li.T1 {
	height: 32px; 
	padding-top: 18px; 
}

#layout_RightMenu li.T2 {
	height: auto; 
	padding-top: 0px; 
}

#layout_RightMenu a {
	color: #006B6E;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#layout_RightMenu a:hover {
	text-decoration:underline;
}

