

body { font: normal 12px helvetica; margin: 0px; background-image:url(../images/background_gradient.jpg); background-repeat:repeat-x; background-position: 0px 143px; }

a:link 		{ color:#000; }
a:visited	{ color:#000; }
a:active 	{ color:#ff0000; }
a:hover 	{ color:#ff0000; }

#div_menu { position:absolute; top:111px; left:0px; width:100%; text-align:center; background-color:#E6E6E6; z-index:99; }

#div_pageContent { position:absolute; width:960px; margin-left:-480px; left: 50%; top:144px; z-index:1; }

#itemAddedLayer  { position:absolute; margin-left:-185px; margin-top:-105px; left:50%; top:50%; z-index:99; visibility:hidden; border: 2px solid #cc1d3f; }
#itemAddedLayer2 { border: 2px solid #ffffff; }
#itemAddedLayer3 { height:210px; width:370px; background-image:url(../images/background_itemadded.jpg); background-repeat:repeat-x; background-color:#cc1d3f; border: 2px solid #cc1d3f; }


/* menu stuff follows */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menuBar { z-index:100; background-color:#E6E6E6; width:100%; border-bottom: 1px solid #646464; height:32px; }
.menu { position:absolute; width:1016px; margin-left:-508px; left: 50%; z-index:99 }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; list-style-type:none; }
.menu ul ul { width:132px; margin-top:1px; margin-left:-14px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { float:left; position:relative; }
/* style the links for the top level */
.menu a, .menu a:visited { display:block; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility:hidden; position:absolute; height:0; top:31px; left:0; width:132px; border-top:1px solid #646464; }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table { position:absolute; top:0; left:0; border-collapse:collapse; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { font-size:11px; text-decoration:none; background:#000; color:#e6e7e7; height:auto; line-height:15px; padding:5px 10px; width:111px; border:1px solid #646464; border-width:0 1px 1px 1px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited { width:123px;w\idth:111px; }

/* style the hover */
.menu a:hover { color:#fff; background:#999; }
.menu :hover > a { color:#fff; background:#999; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

