@charset "utf-8";
/*  
Theme Name: Skyline-Two-Theme
Theme URI: http://www.tomsskylinedesign.com/themes/skyline2
Description: Flash and Search Engine Compatable 2-column design. Free wordpress theme based designed by <a href="http://www.tomsskylinedesign.com">Toms Skyline Design</a>
Version: 1.0
Tags: valid CSS, valid XHTML, fixed width, white, blue, green, grey, widgets, two columns, animated, portland skyline, flash, right sidebar, widget ready, corporate, business
Author: Toms Skyline Design
Author URI: http://www.tomsskylinedesign.com/
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php

------------------------------------------------------------------------------- */
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
body { 
	background-image: url(images/marble-bg.png); 
	background-repeat: repeat; 
	background-color:#f7f7f7;
	
}

a {color:#397aca;text-decoration: underline;}
a:hover {color: #42a514;text-decoration: none;}

h1 {font: normal normal 700 1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #004180; padding-left:10px;}
h2 {font: normal normal 700 1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #495C28; padding-left:10px;}
h3 {font: normal normal 600 1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #556B2F; padding-left:10px;}
h4 {font: normal normal 600 1em "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #226CB2; padding-left:10px;}
h5 {font: normal normal 600 .9em "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #1E90FF; padding-left:10px;}
h6 {font: normal normal 600 .8em "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #004180; padding-left:10px;}

p {margin: 5px 10px 12px 10px;}
hr {height:6px; background:url(images/line.jpg); background-repeat:repeat-x; width:100%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 15px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}

#wrapper {
	position:absolute;
	background-color:#F7f7f7;
	background-image: url(images/contentbg.png);
	background-repeat:repeat;
	left:0px;
	top:0px;
	border-top:#000033;
	border-top-width:thick; 
	border-top-style:solid;
	right: 0px;
	margin: auto;
	display: block;
	width:972px;
	min-height:100%;
	overflow:visible;
	
}

#left-border {
	position:absolute;
	left:0px;
	top:0px;
	width:6px;
	height:975px;
	background-image: url(images/left_border_thin.png);
}

#top-bar {
	position:absolute;
	left:6px;
	top:0px;
	width:960px;
	height:32px;
	background-image: url(images/top_bar.png);
}

#top-bar h1 {color:#a9bf78; font-family:Tahoma; font-size:1.1em; font-variant:small-caps; }

#rss-box {
	float:right;
	padding-bottom:7px;
}

.feed { 
	float:left;
	font-family: "Times New Roman", Times, serif; 
	font-size:1em; 
	font-weight:700; 
	color:#a9bf78; 
	padding-top:3px;
}

.rss { vertical-align:text-top; float:right; }

#right-border {
	position:absolute;
	left:966px;
	top:0px;
	width:6px;
	height:975px;
	background-image: url(images/right_border_thin.png);
}

#header {
	position:absolute;
	left:6px;
	top:32px;
	width:960px;
	height:148px;
	background-image: url(images/header.png);
}

#menu {
	position:absolute;
	left:6px;
	top:180px;
	width:960px;
	height:40px;
	background-image: url(images/menu_bar.png);
}

#menu ul {
	width: 960px;
	list-style: none;
	margin: 0;  /* Necessary to keep our li's aligned */
  	padding-top: 5px;
	float: left;
	text-align: left;
	vertical-align:bottom;
}

#menu ul li.page_item { /* page_item is wordpress default class for page list */
	float: left;
	/* margin-left: -2px; Keeps the first line from showing up on the list */
}

#menu ul li.page_item a {
	padding: 5px 25px 5px 25px;  /* Make a box around links for the mouseover to change the background */
	display: inline;
	margin: 10px 0 0 0;
	float: left;
	text-decoration: none;
	font: 700 .9em Arial, Helvetica, sans-serif;
	color: #a9bf78;

	/*-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px; */
}

#menu ul li.page_item a:hover {
	color: #093a5a;
	/*background-color:#69DFFF; */
	background:url(images/menu-bg.png);
	background-repeat:repeat;
	border-right: 3px solid #a9bf78;
}

#menu ul li.lsep a:hover {
	display: inline;
	float: left;
	width:10px;
	height: 25px;
	background:url(images/l-sep.png) no-repeat center;
}

#menu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	color: #fff;
	background-color: #2c4106;
}

#lower-bar {
	position:absolute;
	left:6px;
	top:220px;
	width:960px;
	height:30px;
	background-image: url(images/lower_bar.png);
}

.lowerbar {
	float:left; font: normal Tahoma; font-size:1.1em; color:#a9bf78; width:380px; height:30px; padding: 2px 2px 2px 2px;
}
.lowerbar a {
	color:#a9bf78;
	text-decoration: none;
}
.lowerbar a:hover {
	color: #093a5a;
	/*background-color:#69DFFF; */
	background:url(images/menu-bg.png);
	background-repeat:repeat;
}

#content {
	padding-bottom: 60px;
	position:absolute;
	left:6px;
	top:250px;
	width:960px;
	min-height:110%;
	overflow:visible;
	background-image: url(images/contentbg.png);
	background-repeat:repeat;
}
.searchform {
	float: left;
	padding: 2px 2px 2px 2px;
	height: 40px;
	width: 300px;
}
.searchbutton1 {
	float: right;
	margin-bottom:5px;
	padding-right: 6px;
	border: none;
	height: 25px;
}

.searchbutton2 {
	float: right;
	margin-bottom:5px;
	padding-right: 6px;
	border: none;
	height: 25px;
}
.searchform input#s{
	/*background:url(images/menu-bg.png);
	background-repeat:repeat;*/
	background:#000;/*#F7f7f7; #C2F2F2; */
	font-family: "Courier New", Courier, monospace;
	font-size:.9em;
	font-weight:500;
	color:#00ff00;
	height: 30px;
	width: 240px;
	padding-top: 10px;
}
#widecolumn {
	/*border-right-width: 6px;
	border-right-style: groove;
	border-right-color: #073656;*/
	overflow: visible;
	position: relative;
	padding-bottom: 60px;
	width: 660px;
	left: 0px;
	top: 0px;
	background:url(images/contentbg.png);
	background-repeat:repeat;
	/*color:#666;*/
	min-height:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	color: #2F4F4F;
}
#widecolumn a {color:#397aca;text-decoration: none; background-color:#FFFFFF;}

#widecolumn a:hover {color: #42a514;text-decoration: underline; background-color:#CCFFFF;}

#widecolumn ul {
	padding-left: 23px;
	width: 80%;
	/*list-style: inside url(images/tick.gif);
	background-image: url(images/tick.gif);
	background-position: 5px;
	background-repeat: no-repeat;*/
}
#widecolumn ul li {
	position: relative;
	padding-left: 30px;
	float: left;
	/*margin-left: -30px; needed for non Widgetized sidebar */
	/*width: 280px;*/
}

#widecolum ul li ul {
	position: relative;
	/*list-style-image: inside url(images/icons/key.gif);
	background-image: url(images/icons/key.gif);
	background-position: 5px;
	background-repeat: no-repeat; */
}

.b-tick {
	position: relative;
	list-style: inside url(images/tick.gif);
	padding-left: 23px;
	width: 600px;
}

.bulletk {
	position: relative;
	list-style: inside url(images/icons/key.gif);
	padding-left: 25px;
	width: 600px;
}
.bulletbag {
	position: relative;
	list-style: inside url(images/icons/moneybag.gif);
	padding-left: 25px;
	width: 600px;
}
.bulletdollar {
	position: relative;
	list-style: inside url(images/icons/dollarsign.gif);
	padding-left: 25px;
	width: 600px;
}
.bulletsmile {
	position: relative;
	list-style: inside url(images/icons/SmileyStar.png);
	padding-left: 25px;
	width: 600px;
}
.bulletsad {
	position: relative;
	list-style: inside url(images/icons/SmileyStarSad.png);
	padding-left: 25px;
	width: 600px;
}
.bulletblue {
	position: relative;
	list-style: inside url(images/icons/BlueBall.png);
	padding-left: 25px;
	width: 600px;
}
.bulletstop {
	position: relative;
	list-style: inside url(images/icons/CancelRedButton.png);
	padding-left: 25px;
	width: 600px;
}
.bulletgreen {
	position: relative;
	list-style: inside url(images/icons/GreenBall.png);
	padding-left: 25px;
	width: 600px;
}
.bulletorange {
	position: relative;
	list-style: inside url(images/icons/OrangeBall.png);
	padding-left: 25px;
	width: 600px;
}
.bulletpurple {
	position: relative;
	list-style: inside url(images/icons/PurpleBall.png);
	padding-left: 25px;
	width: 600px;
}
.bulletred {
	position: relative;
	list-style: inside url(images/icons/RedBall.png);
	padding-left: 25px;
	width: 600px;
}

#widecolumn ul li ul li {
	position: relative;
	padding-left: 20px;
	float: left;
	/*list-style-image: inside url(images/icons/key.gif);
	background-image: url(images/icons/key.gif);
	background-position: 45px;
	background-repeat: no-repeat; */
	/*margin-left: -30px; needed for non Widgetized sidebar */
	/*width: 560px;*/
}

#sidebar {
	float: right;
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-bottom: 60px;
	background:url(images/contentbg.png);
	background-repeat:repeat;
	color:#666666;
	min-height:100%;
	font-family: Tahoma;
	font-size: 80%;
	line-height: 1.1em;
}
#footer {
	margin: auto;
	background-color: #333333;
	text-align: center;
	clear: both;
	/*height: 40px;*/
	width: 972px;
	list-style-position: inside;
	list-style-type: square;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color:#FFFFFF;
	overflow: visible;
}

#footer-left {
	position:absolute;
	left:0px;
	bottom:0px;
	width:6px;
	height:975px;
	background-image: url(images/left_border_thin.png);
}

#footer-right {
	position:absolute;
	left:966px;
	bottom:0px;
	width:6px;
	height:975px;
	background-image: url(images/right_border_thin.png);
}

#footer a {
	color:#a9bf78;
	text-decoration:none;
	background-color:#000000;
	font-variant:small-caps;
}

#footer a:hover{
	color:#ff0000;
	text-decoration:underline;
	background-color:#ccc;
	font-variant:normal;
	font-style:italic;
}

.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.navigation {
	font-size: 12px;
	padding: 30px 10px 30px 10px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #ccc;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #397aca;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #397aca;
	background:#E1E1E1;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #666;
	background:#E1E1E1;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #666;
	background:#E1E1E1;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #666;
	background:#E1E1E1;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #666;
	background: #E1E1E1 url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #666;
	background:#E1E1E1;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}

#f-date {
	padding-left: 15px;
	font-size: .9em;
	background: #000;
	color: #fff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #397aca;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #397aca;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 100px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	background: #000;
	background: url(images/submit.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	/*border: 1px solid #397aca;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#397aca;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
	font: caption;
	background: #fff;
	padding: 5px;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #42a514;
	text-decoration:none;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	float: left;
	padding-left: 5px;
	/* margin-left: -30px; needed for non Widgetized sidebar */
	width: 300px;
	/*background-color: #d7ffff;
	border: 1px solid #333; */
	margin-bottom: 10px;
	font-size: 85%;
	overflow: hidden;
}

#sidebar h2 { /* this is the widget title */
	padding: 3px 10px;
	font: 400 1.3em Arial, Helvetica, sans-serif;
	color: #4c6b0d;
	text-align: right;
	font-weight: 600;
}

#sidebar ul li ul li { /* begin for the widget list */
	float: left;
	width: 300px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #fff;
	float: left;
	width: 300px;
	text-decoration: none;
	color: #5d5b35;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #fff;
	background-color:#729602;
}
/* the Category Navigation System */

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 960px;/*auto;*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
	font-weight:600;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 192px;/*;13em;*/
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 192px;/*20%;12.8em;*/
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 188px;/*12.8em;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 105%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	/*border: 0px solid #093a5a;*/
	background:url(images/menu-bg.png);
	background-repeat:repeat;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background:url(images/catnav-bg.png); /*added this line */
	background-repeat:repeat; /*added this line */
	border-right: 3px solid #a9bf78; /*added this line */
	color: #093a5a; /*added this line */
	/*background-color: #a9bf78;  commented out this line */
	padding: 0.5em 0.25em 0 .5em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*background:url(images/menu-bg.png);
	background-repeat:repeat;*/
	background:#093a5a;
	border-right: 3px solid #a9bf78;
	border-left: 1px solid #a9bf78;
	color: #a9bf78;
	padding-left:5px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background:#093a5a;
	background-repeat:repeat;
	border-right: 3px solid #a9bf78;
	border-left: 6px solid #a9bf78;
	color: #f7f7f7;
	font-weight:600;
	padding-left:5px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		left:0px;
		width:13.1em;
		/* background: #a9bf78; commented out this line */
		background: url(images/menu-bg.png); /*added this line */
		background-repeat:repeat; /*added this line */
		border-right: 3px solid #a9bf78; /*added this line */
		color: #093a5a; /*added this line */
		overflow: hidden;		
	}
}
/* End of Category Navigation System */
